Class AnnotationRetentionDatabase

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

public class AnnotationRetentionDatabase extends Object
  • Constructor Details

    • AnnotationRetentionDatabase

      public AnnotationRetentionDatabase()
  • Method Details

    • hasRuntimeRetention

      public boolean hasRuntimeRetention(String dottedClassName)
    • lacksRuntimeRetention

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

      public void setRuntimeRetention(String dottedClassName, boolean value)