|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Annotation Types Summary | |
|---|---|
| Live | Indicates that the annotated object is "live" and that changes made to it will be reflected in its "owner" and vice versa. |
| NonnullElements | Indicates that the annotated collection does not contain any null elements. |
| NotEmpty | Indicates that the annotated array, string, collection other object is not empty. |
| NotLive | Indicates that the annotated object is not "live" and that changes made to it will not be reflected in its "owner" and vice versa. |
| NullableElements | Indicates that the annotated collection may contain null elements. |
| Unmodifiable | Indicates that the annotated object can not be modified. |
A set of annotations used to document constraints on methods, fields, parameters, etc. Note, these annotations are for documentation purposes only. They do not have any effect on the executing code. Use a JSR-303 implementations if that's what you're after.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||