JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.checkerframework.checker.optional.qual
OptionalCreator
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface OptionalCreator
@Documented
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
@InheritedAnnotation
public @interface
OptionalCreator
Method annotation for methods that create an
Optional
.