Annotation Interface NonSensitiveInStandardMode


@Target(TYPE) @Retention(RUNTIME) @Internal public @interface NonSensitiveInStandardMode
The annotation is used to mark a custom value format as non-sensitive in standard mode. It is applied to the Java type that is used in a ValueFormat. All instances of AttributeSpec with such format are considered non-sensitive in AttributeSensitivityMode.STANDARD sensitivity mode.
See Also: