org.qi4j.library.shiro.concerns
Annotation Type RequiresRoles


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
@InjectionScope
public @interface RequiresRoles


Required Element Summary
 String value
          A single String role name or multiple comma-delimitted role names required in order for the method invocation to be allowed.
 

Element Detail

value

public abstract String value
A single String role name or multiple comma-delimitted role names required in order for the method invocation to be allowed.