FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba
Class AnnotationRetentionDatabase

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.AnnotationRetentionDatabase

public class AnnotationRetentionDatabase
extends java.lang.Object


Constructor Summary
AnnotationRetentionDatabase()
           
 
Method Summary
 boolean hasRuntimeRetention(java.lang.String dottedClassName)
           
 boolean lacksRuntimeRetention(java.lang.String dottedClassName)
          return false if it has class retention *or* if the retention is unknown
 void setRuntimeRetention(java.lang.String dottedClassName, boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationRetentionDatabase

public AnnotationRetentionDatabase()
Method Detail

hasRuntimeRetention

public boolean hasRuntimeRetention(java.lang.String dottedClassName)

lacksRuntimeRetention

public boolean lacksRuntimeRetention(java.lang.String dottedClassName)
return false if it has class retention *or* if the retention is unknown


setRuntimeRetention

public void setRuntimeRetention(java.lang.String dottedClassName,
                                boolean value)

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.