See: Description
| Annotation Type | Description |
|---|---|
| Empty |
This annotation indicates that a
collection, array or string is empty. |
| EmptyOrSingle | |
| EmptyOrSingleRecipient |
This annotation indicates that a method should only be invoked on
empty or single objects. |
| MaxSize |
This annotation indicates that a collection, array or string contains at most the given number of elements.
|
| MinSize |
This annotation indicates that a collection, array or string contains at least the given number of elements.
|
| NonEmpty |
This annotation indicates that a
collection, array or string is not empty. |
| NonEmptyOrSingle | |
| NonSingle |
This annotation indicates that a
collection, array or string contains not a single element. |
| Single |
This annotation indicates that a
collection, array or string contains a single element. |
| Size |
This annotation indicates that a collection, array or string contains the given number of elements.
|
Copyright © 2017. All rights reserved.