Class AnnotationRegistry.AnnotationAttributes

  • Enclosing class:
    AnnotationRegistry

    private static class AnnotationRegistry.AnnotationAttributes
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.String,​java.lang.Object> attributes  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.Object getAttribute​(java.lang.String attribute)  
      private void setAttribute​(java.lang.String attribute, java.lang.Object newValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • attributes

        private java.util.Map<java.lang.String,​java.lang.Object> attributes
    • Constructor Detail

      • AnnotationAttributes

        private AnnotationAttributes()
    • Method Detail

      • setAttribute

        private void setAttribute​(java.lang.String attribute,
                                  java.lang.Object newValue)
      • getAttribute

        private java.lang.Object getAttribute​(java.lang.String attribute)