- Enclosing class:
Aspect
@Retention(SOURCE)
@Repeatable(Imports.class)
@Target({PACKAGE,TYPE,MODULE})
public static @interface Aspect.Import
Marks an External Annotation as being used for aspects
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends Annotation> Annotation type to import -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionintSpecify the priority of the imported aspect.
-
Element Details
-
value
Class<? extends Annotation> valueAnnotation type to import -
ordering
int orderingSpecify the priority of the imported aspect.- See Also:
- Default:
1000
-