Package javax.annotation
Annotation Type WillNotClose
-
@Documented @Retention(RUNTIME) public @interface WillNotCloseUsed to annotate a method parameter to indicate that this method will not close the resource.- See Also:
WillClose,WillCloseWhenClosed