Package testdata
Annotation Type Annotation3
-
public @interface Annotation3- Since:
- 2.5
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Annotation2[]annotation2ArrayValueAnnotation2annotation2Valueboolean[]booleanArrayValuebooleanbooleanValueEnum1[]enumArrayValueEnum1enumValueint[]intArrayValueintintValuelong[]longArrayValuelonglongValuejava.lang.String[]stringArrayValuejava.lang.StringstringValuejava.lang.Class<?>[]typeArrayValuejava.lang.Class<?>typeValue
-
-
-
-
annotation2Value
Annotation2 annotation2Value
- Default:
- @testdata.Annotation2({"foo"})
-
-
-
annotation2ArrayValue
Annotation2[] annotation2ArrayValue
- Default:
- {@testdata.Annotation2({"foo"})}
-
-
-
enumValue
Enum1 enumValue
- Default:
- testdata.Enum1.BLUE
-
-
-
enumArrayValue
Enum1[] enumArrayValue
- Default:
- {testdata.Enum1.BLUE}
-
-