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

Print this page

        

*** 38,48 **** /** * Implementation of TypeVariable */ ! public class TypeVariableImpl extends TypeMirrorImpl implements TypeVariable { protected Type.TypeVar type; --- 38,48 ---- /** * Implementation of TypeVariable */ ! @SuppressWarnings("deprecation") public class TypeVariableImpl extends TypeMirrorImpl implements TypeVariable { protected Type.TypeVar type;