Annotation Type WillNotClose


  • @Documented
    @Retention(RUNTIME)
    public @interface WillNotClose
    Used to annotate a method parameter to indicate that this method will not close the resource.
    See Also:
    WillClose, WillCloseWhenClosed