@Retention(value=RUNTIME) @Target(value=TYPE) public @interface TeaRole
TeaRoles
grouping annotation.Modifier and Type | Required Element and Description |
---|---|
String |
name
name of the role
|
TeaPrivilege[] |
privileges
list of privileges for that role
|
public abstract String name
public abstract TeaPrivilege[] privileges
public abstract String desc
Copyright © 2014 Cloud Software Group, Inc.. All Rights Reserved.