Module org.tquadrat.foundation.i18n
Package org.tquadrat.foundation.i18n
Annotation Interface UseAdditionalTexts
@Documented
@Retention(SOURCE)
@Target({TYPE,PACKAGE,MODULE})
@ClassVersion(sourceVersion="$Id: UseAdditionalTexts.java 984 2022-01-13 00:46:27Z tquadrat $")
@API(status=STABLE,
since="0.1.0")
public @interface UseAdditionalTexts
This optional annotation provides the location for the file "AdditionalTexts.xml" if that is not stored at the default locations, usually either the root of the source tree or the location that is provided through the annotation processor option "org.tquadrat.foundation.i18n.ap.textLocation".
The annotation is mandatory if the respective project does not use any of the annotations
but defines texts or message in a "AdditionalTexts.xml" file.
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: UseAdditionalTexts.java 984 2022-01-13 00:46:27Z tquadrat $
- Since:
- 0.1.0
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
location
The location for the "AdditionalTexts.xml" file.- Returns:
- The name for the folder that holdes the file with the additional texts.
- Default:
""
-