Annotation Interface Accesses.Field.Tree

Enclosing class:
Accesses.Field

@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
    The annotation types that this docproc requires in this tree
    The name of the tree
    The annotation types that this docproc writes in this tree
  • Element Details

    • name

      String name
      The name of the tree
      Default:
      ""
    • produces

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

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