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