@java.lang.annotation.Target(value: [ElementType.FIELD, ElementType.METHOD, ElementType.TYPE]) @java.lang.annotation.Retention(value: RetentionPolicy.RUNTIME) @java.lang.annotation.Inherited @java.lang.annotation.Documented @org.codehaus.groovy.transform.GroovyASTTransformationClass(value: grails.plugin.springsecurity.annotation.AuthoritiesTransformation) @interface Authorities
Specify the property file key with this annotation, and the AST transform class will replace with an
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract java.lang.String |
value()The property file key; the property value will be a comma-delimited list of role names. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |