edu.umd.cs.findbugs.ba
Class CheckReturnAnnotationDatabase

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.AnnotationDatabase<CheckReturnValueAnnotation>
      extended by edu.umd.cs.findbugs.ba.CheckReturnAnnotationDatabase

public class CheckReturnAnnotationDatabase
extends AnnotationDatabase<CheckReturnValueAnnotation>

Author:
pugh

Field Summary
 
Fields inherited from class edu.umd.cs.findbugs.ba.AnnotationDatabase
ANY, FIELD, METHOD, PARAMETER
 
Method Summary
 CheckReturnValueAnnotation getResolvedAnnotation(java.lang.Object o, boolean getMinimal)
           
 
Methods inherited from class edu.umd.cs.findbugs.ba.AnnotationDatabase
addDefaultAnnotation, addDefaultMethodAnnotation, addDirectAnnotation, addMethodAnnotation, addMethodParameterAnnotation, addSyntheticElement, annotationIsDirect, anyAnnotations, getUncachedResolvedAnnotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getResolvedAnnotation

public CheckReturnValueAnnotation getResolvedAnnotation(java.lang.Object o,
                                                        boolean getMinimal)
Overrides:
getResolvedAnnotation in class AnnotationDatabase<CheckReturnValueAnnotation>