jdk/src/share/classes/java/lang/Class.java
changeset 11536 5be4f16d98bc
parent 11275 7cb0861d512f
child 13589 da4cb574f4a6
equal deleted inserted replaced
11535:c248aa7dfe5d 11536:5be4f16d98bc
  3116     }
  3116     }
  3117 
  3117 
  3118     AnnotationType getAnnotationType() {
  3118     AnnotationType getAnnotationType() {
  3119         return annotationType;
  3119         return annotationType;
  3120     }
  3120     }
       
  3121 
       
  3122     /* Backing store of user-defined values pertaining to this class.
       
  3123      * Maintained by the ClassValue class.
       
  3124      */
       
  3125     transient ClassValue.ClassValueMap classValueMap;
  3121 }
  3126 }