@Documented @Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface Sensitive
Modifier and Type | Optional Element and Description |
---|---|
boolean |
defaultValue
Only to be used in conjunction with
property() . |
String |
property |
boolean |
value |
public abstract boolean value
public abstract String property
public abstract boolean defaultValue
property()
.