Package org.mapstruct.tools.gem.test
Annotation Type SomeAnnotation
-
@Repeatable(SomeAnnotations.class) @Retention(SOURCE) @Target(TYPE) public @interface SomeAnnotation
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description shortmShortWithDefaultbooleanmyBooleanWithDefaultbytemyByteWithDefaultcharmyCharWithDefaultjava.lang.Class<?>myClassWithDefaultdoublemyDoubleWithDefaultSomeAnnotation.TESTmyEnumWithDefaultfloatmyFloatWithDefaultintmyIntWithDefaultintmyLongWithDefaultjava.lang.StringmyStringWithDefault
-
-
-
-
myEnum
SomeAnnotation.TEST myEnum
-
-
-
myEnumWithDefault
SomeAnnotation.TEST myEnumWithDefault
- Default:
- org.mapstruct.tools.gem.test.SomeAnnotation.TEST.A
-
-