net.sf.staccatocommons.io.restrictions
Annotation Type KeepOpen


@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.

Author:
flbulgarelli



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.