JavaScript is disabled on your browser.
Skip navigation links
FindBugs™ 3.0.1-dev-20230912
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
edu.umd.cs.findbugs.annotations
Annotation Type CleanupObligation
@Documented
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
public @interface
CleanupObligation
Mark a class or interface as a resource type requiring cleanup.
Author:
David Hovemeyer