--- old/src/share/classes/java/lang/reflect/Parameter.java 2013-01-31 19:18:44.000000000 -0800 +++ new/src/share/classes/java/lang/reflect/Parameter.java 2013-01-31 19:18:44.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() {