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 WillClose
@Documented
@Retention
(
RUNTIME
)
public @interface
WillClose
Used to annotate a method parameter to indicate that this method will close the resource.
See Also:
WillCloseWhenClosed
WillNotClose