|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public static @interface QueryModule.Requires
Java functions can only be executed by users with ADMIN
permissions.
You may annotate a function with QueryModule.Requires
(QueryModule.Permission
) to
also make it accessible to other users with less permissions.
Required Element Summary | |
---|---|
QueryModule.Permission |
value
Permission. |
Element Detail |
---|
public abstract QueryModule.Permission value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |