jdk/src/share/classes/sun/misc/JavaLangAccess.java
changeset 11117 b6e68b1344d4
parent 5506 202f599c92aa
child 14342 8435a30053c1
--- a/jdk/src/share/classes/sun/misc/JavaLangAccess.java	Wed Nov 30 10:57:51 2011 +0000
+++ b/jdk/src/share/classes/sun/misc/JavaLangAccess.java	Wed Nov 30 12:42:26 2011 +0000
@@ -31,19 +31,19 @@
 
 public interface JavaLangAccess {
     /** Return the constant pool for a class. */
-    ConstantPool getConstantPool(Class klass);
+    ConstantPool getConstantPool(Class<?> klass);
 
     /**
      * Set the AnnotationType instance corresponding to this class.
      * (This method only applies to annotation types.)
      */
-    void setAnnotationType(Class klass, AnnotationType annotationType);
+    void setAnnotationType(Class<?> klass, AnnotationType annotationType);
 
     /**
      * Get the AnnotationType instance corresponding to this class.
      * (This method only applies to annotation types.)
      */
-    AnnotationType getAnnotationType(Class klass);
+    AnnotationType getAnnotationType(Class<?> klass);
 
     /**
      * Returns the elements of an enum class or null if the