--- old/src/share/classes/java/lang/Package.java 2013-01-31 19:18:43.000000000 -0800 +++ new/src/share/classes/java/lang/Package.java 2013-01-31 19:18:43.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -386,15 +386,6 @@ } /** - * @throws NullPointerException {@inheritDoc} - * @since 1.5 - */ - public boolean isAnnotationPresent( - Class annotationClass) { - return getPackageInfo().isAnnotationPresent(annotationClass); - } - - /** * @throws NullPointerException {@inheritDoc} * @since 1.8 */