Attribute classes that are used for code annotations.
Classes
| Class | Description | |
|---|---|---|
| CanBeNullAttribute |
Indicates that the value of marked element could be null sometimes, so the check for null is necessary before its usage
| |
| NotNullAttribute |
Indicates that the value of marked element could never be null |