langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/DeclarationImpl.java
changeset 3378 22011d9a9398
parent 10 06bc494ca11e
child 5003 fd0b30cdbe5c
equal deleted inserted replaced
3377:22083952ee8f 3378:22011d9a9398
    50 
    50 
    51 
    51 
    52 /**
    52 /**
    53  * Implementation of Declaration
    53  * Implementation of Declaration
    54  */
    54  */
    55 
    55 @SuppressWarnings("deprecation")
    56 public abstract class DeclarationImpl implements Declaration {
    56 public abstract class DeclarationImpl implements Declaration {
    57 
    57 
    58     protected final AptEnv env;
    58     protected final AptEnv env;
    59     public final Symbol sym;
    59     public final Symbol sym;
    60 
    60