@Retention(value=CLASS)
@Target(value=java.lang.annotation.ElementType.TYPE)
public @interface RoleMappings
Modifier and Type | Required Element and Description |
---|---|
RoleMapping[] |
value
Array used for multiple RoleMapping declarations.
|
public abstract RoleMapping[] value