src/share/classes/com/sun/tools/apt/mirror/type/TypeMirrorImpl.java

Print this page

        

*** 33,43 **** /** * Implementation of TypeMirror */ ! public abstract class TypeMirrorImpl implements TypeMirror { protected final AptEnv env; public final Type type; --- 33,43 ---- /** * Implementation of TypeMirror */ ! @SuppressWarnings("deprecation") public abstract class TypeMirrorImpl implements TypeMirror { protected final AptEnv env; public final Type type;