src/share/classes/javax/lang/model/type/TypeMirror.java

changeset 1645
97f6839673d6
parent 554
9d9f26857129
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/javax/lang/model/type/TypeMirror.java	Mon Mar 18 14:40:32 2013 -0700
     1.2 +++ b/src/share/classes/javax/lang/model/type/TypeMirror.java	Mon Mar 18 18:33:13 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -25,6 +25,8 @@
    1.11  
    1.12  package javax.lang.model.type;
    1.13  
    1.14 +import java.lang.annotation.Annotation;
    1.15 +import java.util.List;
    1.16  import javax.lang.model.element.*;
    1.17  import javax.lang.model.util.Types;
    1.18  
    1.19 @@ -55,7 +57,7 @@
    1.20   * @see Types
    1.21   * @since 1.6
    1.22   */
    1.23 -public interface TypeMirror {
    1.24 +public interface TypeMirror extends javax.lang.model.AnnotatedConstruct {
    1.25  
    1.26      /**
    1.27       * Returns the {@code kind} of this type.

mercurial