| Annotation Type | Description |
|---|---|
| FieldsAreCheckForNullByDefault |
Applies the
CheckForNull annotation to every class field unless overridden. |
| FieldsAreNonnullByDefault |
Applies the
Nonnull annotation to every class field unless overridden. |
| ReturnValuesAreCheckForNullByDefault |
Applies the
CheckForNull annotation to every class method unless overridden. |
| ReturnValuesAreNonnullByDefault |
Applies the
Nonnull annotation to every class method unless overridden. |
Copyright © 2013–2018 shadowhunt. All rights reserved.