Class AnnotationRetentionDatabase


  • public class AnnotationRetentionDatabase
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)