@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Permissions
This annotation is provided by rule-actions and provides a hint to rule-engines
which permissions should be available before executing an action.
- Author:
- Christian Bockermann <chris@jwall.org>