Annotation Type Mirror.Annotation


  • @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
      java.lang.String value
      Fully qualified canonical name of annotation being modelled.
    • Element Detail

      • value

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