--- old/src/java.desktop/share/classes/java/applet/AudioClip.java 2016-05-12 18:33:38.387927700 -0700 +++ new/src/java.desktop/share/classes/java/applet/AudioClip.java 2016-05-12 18:33:37.687906700 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 1997, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 2016, 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 @@ -33,7 +33,11 @@ * * @author Arthur van Hoff * @since 1.0 + * + * @deprecated As of JDK 9, the Applet API is deprecated, no replacement. */ + +@Deprecated(since = "9") public interface AudioClip { /** * Starts playing this audio clip. Each time this method is called,