FindBugs™ 1.3.9

edu.umd.cs.findbugs.annotations
Annotation Type DischargesObligation


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface DischargesObligation

Mark a method as cleaning up a resource. The marked method must be a member of a class marked with the CleanupObligation annotation.

Author:
David Hovemeyer


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.