Package org.mapstruct.tools.gem.test.gem
Annotation Type SomeArrayAnnotation
-
@Retention(SOURCE) @Target(TYPE) public @interface SomeArrayAnnotation
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description SomeAnnotationmyAnnotationboolean[]myBooleanWithDefault
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<?>[]myClassWithDefaultSomeArrayAnnotation.TEST2[]myEnumWithDefault
-
-
-
-
myAnnotation
SomeAnnotation myAnnotation
-
-
-
myEnumWithDefault
SomeArrayAnnotation.TEST2[] myEnumWithDefault
- Default:
- {org.mapstruct.tools.gem.test.gem.SomeArrayAnnotation.TEST2.A}
-
-