@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface QueryModule.Requires
ADMIN permissions.
You may annotate a function with QueryModule.Requires(QueryModule.Permission) to
also make it accessible to other users with less permissions.| Modifier and Type | Required Element and Description |
|---|---|
QueryModule.Permission |
value
Permission.
|
public abstract QueryModule.Permission value