Annotation Type Accesses.Field


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

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String dataType
      The datatype of the field
      java.lang.String description  
      java.lang.String name
      The name of the document field
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Accesses.Field.Tree[] annotations
      The trees of annotations that this docproc accesses on this field
    • Element Detail

      • name

        java.lang.String name
        The name of the document field
      • dataType

        java.lang.String dataType
        The datatype of the field
      • description

        java.lang.String description
      • annotations

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