JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
javax.annotation
WillNotClose
Contents
Description
Hide sidebar
Show sidebar
Annotation Type WillNotClose
@Documented
@Retention
(
RUNTIME
)
public @interface
WillNotClose
Used to annotate a method parameter to indicate that this method will not close the resource.
See Also:
WillClose
WillCloseWhenClosed