| Enum | Description |
|---|---|
| Category | |
| Range |
| Annotation Type | Description |
|---|---|
| Categories |
Direct the user to additional resources
|
| DeprecatedFunction |
This marks functions as deprecated, with a reason.
|
| Description | |
| DocManifestAnchor |
Direct the user to additional resources
|
| Example | |
| Examples | |
| Input |
This annotation is used to mark the input type for a functional interface which
uses generics, like LongFunction, IntFunction, or Function.
|
| Output |
This annotation is used to mark the output type for a functional interface which
uses generics, like LongFunction, IntFunction, or Function.
|
| PerThreadMapper |
A PerThreadMapper will be instantiated once for each thread,
for each scope in which it is used.
|
| See |
Direct the user to additional resources
|
| SeeList |
Direct the user to additional resources
|
| ThreadSafeMapper |
A ThreadSafeMapper will only be instantiated once in a scope, to be
shared among all threads in that scope.
|
Copyright © 2018. All rights reserved.