| Annotation Type | Description |
|---|---|
| FieldsAreNonnullByDefault | |
| MethodsReturnNonnullByDefault | |
| ReplaceWith |
Intended for use with
Deprecated annotations, to denote
the intended replacement of a method, field, or class. |
| ReplaceWithExpr |
Intended for use with
Deprecated annotations, to denote
the intended replacement of a method, field, or class with the given expression pattern. |
| Requires |
Specifies what Maven Dependencies something requires,
Used as Human readable markers for denoting what Things
in Quack require what maven dependencies.
|
| Requires.RequiresList |