Annotation Type Extensions
-
@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Inherited public @interface Extensions
Container for repeatableExtension
annotation- See Also:
Extension
-
-
Element Detail
-
value
Extension[] value
An array of Extension annotations- Returns:
- the array of the extensions
- Default:
- {}
-
-