JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Module
me.sbasalaev.common
Package
me.sbasalaev.annotation
Annotation Interface Out
@Documented
@Retention
(
RUNTIME
)
@Target
(
TYPE_PARAMETER
)
public @interface
Out
Annotates covariant type parameters. This annotation indicates that the class only acts as a producer of values of annotated type. During annotation processing phase the library performs some checks on the usage of annotated parameter types.