Package edu.umd.cs.findbugs.ba
Class CheckReturnAnnotationDatabase
- java.lang.Object
-
- edu.umd.cs.findbugs.ba.AnnotationDatabase<CheckReturnValueAnnotation>
-
- edu.umd.cs.findbugs.ba.CheckReturnAnnotationDatabase
-
public class CheckReturnAnnotationDatabase extends AnnotationDatabase<CheckReturnValueAnnotation>
- Author:
- pugh
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.umd.cs.findbugs.ba.AnnotationDatabase
AnnotationDatabase.Target
-
-
Field Summary
-
Fields inherited from class edu.umd.cs.findbugs.ba.AnnotationDatabase
IGNORE_BUILTIN_ANNOTATIONS
-
-
Constructor Summary
Constructors Constructor Description CheckReturnAnnotationDatabase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckReturnValueAnnotation
getResolvedAnnotation(java.lang.Object o, boolean getMinimal)
void
loadAuxiliaryAnnotations()
-
Methods inherited from class edu.umd.cs.findbugs.ba.AnnotationDatabase
addDefaultAnnotation, addDefaultMethodAnnotation, addDirectAnnotation, addFieldAnnotation, addMethodAnnotation, addMethodAnnotation, addMethodParameterAnnotation, annotationIsDirect, anyAnnotations, getDirectAnnotation, getUncachedResolvedAnnotation, setAddClassOnly
-
-
-
-
Method Detail
-
loadAuxiliaryAnnotations
public void loadAuxiliaryAnnotations()
- Overrides:
loadAuxiliaryAnnotations
in classAnnotationDatabase<CheckReturnValueAnnotation>
-
getResolvedAnnotation
public CheckReturnValueAnnotation getResolvedAnnotation(java.lang.Object o, boolean getMinimal)
- Overrides:
getResolvedAnnotation
in classAnnotationDatabase<CheckReturnValueAnnotation>
-
-