|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Documented @Retention(value=RUNTIME) @Inherited public @interface Permission
Specifies an allowable permission action for the target class, and allows for an optional bit mask value for mapping the permission action to a persistent store
| Required Element Summary | |
|---|---|
String |
action
|
| Optional Element Summary | |
|---|---|
long |
mask
|
| Element Detail |
|---|
public abstract String action
public abstract long mask
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||