| Class | Description |
|---|---|
| Nonnegative.Checker | |
| Nonnull.Checker | |
| RegEx.Checker |
| Annotation Type | Description |
|---|---|
| CheckForNull | |
| DefaultNonNull | |
| Nonnegative |
Used to annotate a value that should only contain nonnegative values
|
| Nonnull | |
| Nullable | |
| OverridingMethodsMustInvokeSuper |
When this annotation is applied to a method, it indicates that if this method
is overridden in a subclass, the overriding method should invoke this method
(through method invocation on super).
|
| RegEx |
This qualifier is used to denote String values that should be a Regular
expression.
|
| Syntax |
This annotation a value that is of a particular syntax, such as Java syntax
or regular expression syntax.
|
| WillClose | |
| WillCloseWhenClosed | |
| WillNotClose |
Copyright © 2017 etc.to. All rights reserved.