You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/java/org/openapitools/codegen/java/assertions/TypeAnnotationsAssert.java
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,21 +23,25 @@ public JavaFileAssert toType() {
23
23
/**
24
24
* assert that the annotation is not specifed in an import.
25
25
*
26
-
* @param name name of the annotation. For example "Nullable";
26
+
* @param name classname of the annotation. For example "Nullable" or a full qualified class name like "java.util.List"
0 commit comments