Annotation Type Aspect.Import

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
    Modifier and Type
    Class
    Description
    static @interface 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Annotation>
    Annotation type to import
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    Specify the priority of the imported aspect.
  • Element Details

    • value

      Class<? extends Annotation> value
      Annotation type to import
    • ordering

      int ordering
      Specify the priority of the imported aspect.
      See Also:
      Default:
      1000