langtools/src/share/classes/com/sun/tools/apt/mirror/type/PrimitiveTypeImpl.java
changeset 3378 22011d9a9398
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
equal deleted inserted replaced
3377:22083952ee8f 3378:22011d9a9398
    36 
    36 
    37 
    37 
    38 /**
    38 /**
    39  * Implementation of PrimitiveType.
    39  * Implementation of PrimitiveType.
    40  */
    40  */
    41 
    41 @SuppressWarnings("deprecation")
    42 class PrimitiveTypeImpl extends TypeMirrorImpl implements PrimitiveType {
    42 class PrimitiveTypeImpl extends TypeMirrorImpl implements PrimitiveType {
    43 
    43 
    44     private final Kind kind;    // the kind of primitive
    44     private final Kind kind;    // the kind of primitive
    45 
    45 
    46 
    46