Editing (enum)
The available policies for editing properties and collections.
API
Editing.java
enum Editing {
AS_CONFIGURED (1)
ENABLED (2)
DISABLED (3)
NOT_SPECIFIED (4)
}
1 | AS_CONFIGURED
The editing of the object should be as per the default editing policy configured in |
2 | ENABLED
Audit changes to this object. |
3 | DISABLED
Do not allow the properties to be edited, or the collections to be added to/removed from. |
4 | NOT_SPECIFIED
Ignore the value provided by this annotation (meaning that the framework will keep searching, in meta annotations or superclasses/interfaces). |