JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
edu.umd.cs.findbugs.annotations
DischargesObligation
Contents
Description
Hide sidebar
Show sidebar
Annotation Type DischargesObligation
@Documented
@Retention
(
RUNTIME
)
@Target
(
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.