| 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.
|
| PackageLocal |
Deliberately made package local, usually to avoid accessor methods
|
| RequiredForClient |
Be careful how this class is modified as it is referred to by name in a contract.
|
| SingleThreaded |
Documents a class as assumed to be used in a single threaded context.
|
| TargetMajorVersion | |
| UsedViaReflection |
Copyright © 2019. All rights reserved.