@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface Security
Modifier and Type | Fields and Description |
---|---|
static java.lang.String |
PASSWORD
The most restricted security level (access is only granted with correct platform master password).
|
static java.lang.String |
UNRESTRICTED
The unrestricted security level (access is granted to all).
|
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Supply the security level.
|