src/java.desktop/share/classes/javax/sound/midi/package-info.java
author serb
Thu, 22 Mar 2018 17:02:40 -0700
changeset 49314 b4ff41220ad9
parent 47216 71c04702a3d5
permissions -rw-r--r--
4912693: Behavior of null arguments not specified in Java Sound Reviewed-by: prr
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
44151
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     1
/*
49314
b4ff41220ad9 4912693: Behavior of null arguments not specified in Java Sound
serb
parents: 47216
diff changeset
     2
 * Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
44151
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     4
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    10
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    15
 * accompanied this code).
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    16
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    20
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    23
 * questions.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    24
 */
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
44151
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    26
/**
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    27
 * Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    28
 * (Musical Instrument Digital Interface) data.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    29
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    30
 * <h2>Related Documentation</h2>
44770
3bb4daed0874 8178685: Update links to guide in javax sound package javadoc
prr
parents: 44151
diff changeset
    31
 * For more information on using Java Sound see:
44151
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    32
 * <ul>
47195
b309b58eb190 8181566: JavaSound javadoc clarification
serb
parents: 46863
diff changeset
    33
 *   <li><a href="https://docs.oracle.com/javase/tutorial/sound/">
b309b58eb190 8181566: JavaSound javadoc clarification
serb
parents: 46863
diff changeset
    34
 *   The Java Sound Tutorial</a>
44151
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    35
 * </ul>
49314
b4ff41220ad9 4912693: Behavior of null arguments not specified in Java Sound
serb
parents: 47216
diff changeset
    36
 * Please note: In the {@code javax.sound.midi} APIs, a {@code null} reference
b4ff41220ad9 4912693: Behavior of null arguments not specified in Java Sound
serb
parents: 47216
diff changeset
    37
 * parameter to methods is incorrect unless explicitly documented on the method
b4ff41220ad9 4912693: Behavior of null arguments not specified in Java Sound
serb
parents: 47216
diff changeset
    38
 * as having a meaningful interpretation. Usage to the contrary is incorrect
b4ff41220ad9 4912693: Behavior of null arguments not specified in Java Sound
serb
parents: 47216
diff changeset
    39
 * coding and may result in a run time exception either immediately or at some
b4ff41220ad9 4912693: Behavior of null arguments not specified in Java Sound
serb
parents: 47216
diff changeset
    40
 * later time. {@code NullPointerException} is an example of typical and
b4ff41220ad9 4912693: Behavior of null arguments not specified in Java Sound
serb
parents: 47216
diff changeset
    41
 * acceptable run time exception for such cases.
44151
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    42
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    43
 * @since 1.3
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    44
 */
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    45
package javax.sound.midi;