Annotation Interface Accesses.Field

Enclosing class:
Accesses

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

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    Describes the annotations produced and consumed in one tree on a field
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The datatype of the field
     
    The name of the document field
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The trees of annotations that this docproc accesses on this field
  • Element Details

    • name

      String name
      The name of the document field
    • dataType

      String dataType
      The datatype of the field
    • description

      String description
    • annotations

      Accesses.Field.Tree[] annotations
      The trees of annotations that this docproc accesses on this field
      Default:
      {}