| Annotation Type | Description |
|---|---|
| DeprecatedFunction |
This marks functions as deprecated, with a reason.
|
| Description | |
| 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.
|
| 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.