Annotation Type Field


@Retention(RUNTIME) @Target({FIELD,METHOD}) @Documented public @interface Field
Field annotation is a contract for binding Param value from Tika Configuration to an object. services
Since:
Apache Tika 1.14
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
    boolean
     
  • Element Details

    • name

      String name
      Returns:
      name of the Field
      Default:
      "#default"
    • required

      boolean required
      Returns:
      whether this field is required or not
      Default:
      false