Annotation Type Sensitive
-
@Documented @Retention(RUNTIME) @Target(METHOD) @Inherited public @interface SensitiveAnnotation that can be applied to endpoint methods to control sensitivity at the method level. For example:- Since:
- 2.0.0
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleandefaultValueOnly to be used in conjunction withproperty().java.lang.Stringpropertybooleanvalue
-
-
-
-
defaultValue
boolean defaultValue
Only to be used in conjunction withproperty().- Returns:
- The default value if the configuration key is not present
- Default:
- true
-
-