Annotation Type Aspect


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Aspect
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String id  
      boolean isolated  
      int order  
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value
        Default:
        ""
      • id

        java.lang.String id
        Default:
        ""
      • order

        int order
        Default:
        2147483647
      • isolated

        boolean isolated
        Default:
        false