Class PropertyAnnotations


  • public class PropertyAnnotations
    extends Object
    Author:
    jutzig.dev@googlemail.com
    • 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