edu.umd.cs.findbugs.ba

Class AnnotationRetentionDatabase



  • public class AnnotationRetentionDatabase
    extends Object
    • Constructor Detail

      • AnnotationRetentionDatabase

        public AnnotationRetentionDatabase()
    • Method Detail

      • 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)

Copyright © 2003–2015. All rights reserved.