public class AccessPolicy
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
AccessPolicy.ChangeAccess
Annotation for an argument or field which is definite changed
especially it is an reference as argument of an operation.
|
static interface |
AccessPolicy.NonPersist
Annotation for a argument.
|
static interface |
AccessPolicy.ReadOnly
Annotation for an operation which do not modify its instance
or for a reference which cannot be used to modify the data.
|
static interface |
AccessPolicy.ReadOnlyRet
Annotation for an operation which do not modify its instance
and which's returned reference is @ReadOnly itself, can only be assigned to a @ReadOnly reference.
|
Constructor and Description |
---|
AccessPolicy() |