langtools/src/share/classes/com/sun/tools/apt/mirror/type/TypeMaker.java
changeset 3378 22011d9a9398
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
equal deleted inserted replaced
3377:22083952ee8f 3378:22011d9a9398
    39 
    39 
    40 
    40 
    41 /**
    41 /**
    42  * Utilities for constructing type objects.
    42  * Utilities for constructing type objects.
    43  */
    43  */
    44 
    44 @SuppressWarnings("deprecation")
    45 public class TypeMaker {
    45 public class TypeMaker {
    46 
    46 
    47     private final AptEnv env;
    47     private final AptEnv env;
    48     private final VoidType voidType;
    48     private final VoidType voidType;
    49     private PrimitiveType[] primTypes = new PrimitiveType[VOID];
    49     private PrimitiveType[] primTypes = new PrimitiveType[VOID];