Annotation Type | Description |
---|---|
ForceInline |
Marker annotation for some methods and constructors in the JSR 292 implementation.
|
HotMethod | |
Java9 |
Marker annotation to label methods that are expected to be called by java-9+ specific code paths.
|
NotNull | |
Nullable | |
PackageLocal |
Deliberately made package local, usually to avoid accessor methods
|
SingleThreaded |
Documents a class as assumed to be used in a single threaded context.
|
TargetMajorVersion | |
UsedViaReflection |
Copyright © 2018. All rights reserved.