Annotation Type | Description |
---|---|
DontChain | |
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 |
This member is either used via reflection, or must be public for tests to work.
|
Copyright © 2020. All rights reserved.