Annotation Type Accesses.Field.Tree


  • @Documented
    @Target(TYPE)
    @Retention(RUNTIME)
    public static @interface Accesses.Field.Tree
    Describes the annotations produced and consumed in one tree on a field
    Author:
    vegardh
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] consumes
      The annotation types that this docproc requires in this tree
      java.lang.String name
      The name of the tree
      java.lang.String[] produces
      The annotation types that this docproc writes in this tree
    • Element Detail

      • name

        java.lang.String name
        The name of the tree
        Default:
        ""
      • produces

        java.lang.String[] produces
        The annotation types that this docproc writes in this tree
        Default:
        {}
      • consumes

        java.lang.String[] consumes
        The annotation types that this docproc requires in this tree
        Default:
        {}