JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
javax.annotation
Annotation Interface WillCloseWhenClosed
@Documented
@Retention
(
RUNTIME
)
public @interface
WillCloseWhenClosed
Used to annotate a constructor/factory parameter to indicate that returned object (X) will close the resource when X is closed.
See Also:
WillClose
WillNotClose