--- old/src/java.annotations.common/share/classes/javax/annotation/PreDestroy.java 2015-07-09 12:13:49.000000000 +0200 +++ new/src/java.annotations.common/share/classes/javax/annotation/PreDestroy.java 2015-07-09 12:13:49.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2015, 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 @@ -38,6 +38,7 @@ * except the application client container in Java EE 5. The method on which * the PreDestroy annotation is applied MUST fulfill all of the following * criteria: + *

*