edu.umd.cs.findbugs.ba

Class AnnotationRetentionDatabase

public class AnnotationRetentionDatabase extends Object

Method Summary
booleanhasClassfileRetention(String dottedClassName)
booleanlacksClassfileRetention(String dottedClassName)
return false if it has class retention *or* if the retention is unknown
voidsetClassfileRetention(String dottedClassName, boolean value)

Method Detail

hasClassfileRetention

public boolean hasClassfileRetention(String dottedClassName)

lacksClassfileRetention

public boolean lacksClassfileRetention(String dottedClassName)
return false if it has class retention *or* if the retention is unknown

setClassfileRetention

public void setClassfileRetention(String dottedClassName, boolean value)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.