@Documented @Retention(value=RUNTIME) @Target(value={TYPE,PACKAGE}) @Supported public @interface Supported
java.*
and
javax.*
packages. For example, certain portions of com.sun.*
are official parts of the JDK meant to be generally
usable while other portions of com.sun.*
are not. This
annotation type allows those portions to be easily and
programmaticly distinguished.Modifier and Type | Optional Element and Description |
---|---|
boolean |
value
Whether or not this package or type is a supported part of the JDK.
|
Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-0