Annotation Interface QueryModule.Requires

Enclosing class:
QueryModule

@Retention(RUNTIME) @Target(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.