Class AnnotationDefaultValues


  • public final class AnnotationDefaultValues
    extends Object
    • Field Detail

      • DO_NOT_INDEX_NULL

        public static final String DO_NOT_INDEX_NULL
        This special value is reserved to mark the default of the indexNullAs option. The default behavior is to not index the null value.
        See Also:
        Constant Field Values
      • DEFAULT_DECIMAL_SCALE

        public static final int DEFAULT_DECIMAL_SCALE
        This extreme value is both invalid and very unlikely to be used. So we use it to mark that the user has not set the value.
        See Also:
        Constant Field Values