Package org.jabylon.properties.types
Class PropertyAnnotations
- java.lang.Object
-
- org.jabylon.properties.types.PropertyAnnotations
-
public class PropertyAnnotations extends Object
- Author:
- jutzig.dev@googlemail.com
-
-
Field Summary
Fields Modifier and Type Field Description static StringANNOTATION_LANGUAGEthis annotation is used for bilingual files to mark the language of source, target, or bothstatic StringNON_TRANSLATABLEmarks a property as non translatable which will filter it from the jabylon property model e.g.static StringSOURCE_LANGUAGEthis annotation property is used for bilingual files to mark the language of the source languagestatic StringTARGET_LANGUAGEthis annotation property is used for bilingual files to mark the language of the source language
-
-
-
Field Detail
-
ANNOTATION_LANGUAGE
public static final String ANNOTATION_LANGUAGE
this annotation is used for bilingual files to mark the language of source, target, or both- See Also:
- Constant Field Values
-
SOURCE_LANGUAGE
public static final String SOURCE_LANGUAGE
this annotation property is used for bilingual files to mark the language of the source language- See Also:
- Constant Field Values
-
TARGET_LANGUAGE
public static final String TARGET_LANGUAGE
this annotation property is used for bilingual files to mark the language of the source language- See Also:
- Constant Field Values
-
NON_TRANSLATABLE
public static final String NON_TRANSLATABLE
marks a property as non translatable which will filter it from the jabylon property model e.g. @non-translatable(author="username")- See Also:
- Constant Field Values
-
-