Package org.apache.uima.fit.descriptor
Annotation Interface LanguageCapability
Provides information on the languages supported by a component.
@LanguageCapability({ "en", "de" })
-
Optional Element Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Provides the default value that tells the CapabilityFactory that no value has been provided.
-
Field Details
-
NO_DEFAULT_VALUE
Provides the default value that tells the CapabilityFactory that no value has been provided.- See Also:
-
-
Element Details
-
value
String[] valueThe languages supported by this component.- Returns:
- the supported languages
- Default:
- {"org.apache.uima.fit.descriptor.LanguageCapability.NO_DEFAULT_VALUE"}
-