Annotation Type Mirror.Annotation

Enclosing class:
Mirror

@Documented @Retention(SOURCE) @Target(ANNOTATION_TYPE) public static @interface Mirror.Annotation
Generate annotation mirror handler, by annotation special structurally matching annotation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Fully qualified canonical name of annotation being modelled.
  • Element Details

    • value

      String value
      Fully qualified canonical name of annotation being modelled.
      Returns:
      fully qualified name.