Package org.apache.tika.config
Annotation Type Field
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) @Documented public @interface Field
Field annotation is a contract for bindingParam
value from Tika Configuration to an object. services- Since:
- Apache Tika 1.14
-
-
Element Detail
-
name
String name
- Returns:
- name of the Field
- Default:
- "#default"
-
-