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