--- old/src/share/classes/java/lang/reflect/Parameter.java 2013-02-01 13:27:23.000000000 -0800 +++ new/src/share/classes/java/lang/reflect/Parameter.java 2013-02-01 13:27:22.000000000 -0800 @@ -280,14 +280,6 @@ return getDeclaredAnnotations(); } - /** - * @throws NullPointerException {@inheritDoc} - */ - public boolean isAnnotationPresent( - Class annotationClass) { - return getAnnotation(annotationClass) != null; - } - private transient Map, Annotation> declaredAnnotations; private synchronized Map, Annotation> declaredAnnotations() {