src/share/classes/com/sun/mirror/util/Types.java

Print this page

        

*** 33,47 **** /** * Utility methods for operating on types. * * @author Joseph D. Darcy * @author Scott Seligman * @since 1.5 */ ! public interface Types { /** * Tests whether one type is a subtype of the another. * Any type is considered to be a subtype of itself. --- 33,53 ---- /** * Utility methods for operating on types. * + * @deprecated All components of this API have been superseded by the + * standardized annotation processing API. The replacement for the + * functionality of this interface is {@link + * javax.lang.model.util.Types}. + * * @author Joseph D. Darcy * @author Scott Seligman * @since 1.5 */ ! @Deprecated ! @SuppressWarnings("deprecation") public interface Types { /** * Tests whether one type is a subtype of the another. * Any type is considered to be a subtype of itself.