|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=SOURCE) @Target(value=PARAMETER) @Restriction public @interface KeepOpen
A Restriction that signals that the annotated argument will not be
closed or disposed within the mehtod evaluation.
The annotated arguments should implement
Closeable, have close or dispose
method, or any other semantics compatible with releasing resources.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||