@Target(value=TYPE) @Documented @Retention(value=RUNTIME) @Inherited public @interface AllowedOperation
Modifier and Type | Required Element and Description |
---|---|
String |
value
The operation value
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
classOperation
If set to true, this represents a class operation, and not an operation on an instance of the class
|
long |
mask
The bit mask value representing this operation
|
public abstract String value
public abstract long mask
public abstract boolean classOperation
Copyright © 2018 JBoss by Red Hat. All rights reserved.