| Class | Description |
|---|---|
| NullUsageProcessor |
| Annotation Type | Description |
|---|---|
| NotNull |
This annotation marks a field, parameter, local variable, or method (return
value) as never being
null. |
| Nullable |
This annotation marks a field, parameter, local variable, or method (return
value) as potentially having the value
null. |
Copyright © 1992–2024 Daniel Sun. All rights reserved.