| Annotation Type | Description |
|---|---|
| KeyForDecl |
Identical to
@KeyFor, but can only be written at declaration locations. |
| KeyForType |
Identical to
@KeyFor. |
| MonotonicNonNullDecl |
Identical to
@MonotonicNonNull, but can only be written at declaration locations. |
| MonotonicNonNullType |
Identical to
@MonotonicNonNull. |
| NonNullDecl |
Identical to
@NonNull, but can only be written at declaration locations. |
| NonNullType |
Identical to
@NonNull. |
| NullableDecl |
Identical to
@Nullable, but can only be written at declaration locations. |
| NullableType |
Identical to
@Nullable. |
| PolyNullDecl |
Identical to
@PolyNull, but can only be written at declaration locations. |
| PolyNullType |
Identical to
@PolyNull. |