Annotation Type WeaveWithAnnotation


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    public @interface WeaveWithAnnotation
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] annotationClasses
      Canonical (package + class) name of the annotation require in order to weave this type
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      MatchType type
      The type of match.
    • Element Detail

      • annotationClasses

        java.lang.String[] annotationClasses
        Canonical (package + class) name of the annotation require in order to weave this type