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


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface CleanupObligation

This annotation is used to denote a method whose return value should always be checked when invoking the method. The checker treats this annotation as inherited by overriding methods.



Copyright © 2011. All Rights Reserved.