Annotation Type | Description |
---|---|
KeyForDecl |
Java 7 compatibility annotation without dependency on Java 8 classes.
|
KeyForType |
Compatibility annotation to allow importing both declaration and type annotations.
|
MonotonicNonNullDecl |
Java 7 compatibility annotation without dependency on Java 8 classes.
|
MonotonicNonNullType |
Compatibility annotation to allow importing both declaration and type annotations.
|
NonNullDecl |
Java 7 compatibility annotation without dependency on Java 8 classes.
|
NonNullType |
Compatibility annotation to allow importing both declaration and type annotations.
|
NullableDecl |
Java 7 compatibility annotation without dependency on Java 8 classes.
|
NullableType |
Compatibility annotation to allow importing both declaration and type annotations.
|
PolyNullDecl |
Java 7 compatibility annotation without dependency on Java 8 classes.
|
PolyNullType |
Compatibility annotation to allow importing both declaration and type annotations.
|