src/share/classes/javax/lang/model/element/AnnotationValue.java

changeset 1357
c75be5bc5283
parent 554
9d9f26857129
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/javax/lang/model/element/AnnotationValue.java	Sat Oct 06 10:35:38 2012 +0100
     1.2 +++ b/src/share/classes/javax/lang/model/element/AnnotationValue.java	Tue Oct 09 19:10:00 2012 -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, 2012, 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,10 +25,6 @@
    1.11  
    1.12  package javax.lang.model.element;
    1.13  
    1.14 -
    1.15 -import java.util.List;
    1.16 -import javax.lang.model.type.*;
    1.17 -
    1.18  /**
    1.19   * Represents a value of an annotation type element.
    1.20   * A value is of one of the following types:

mercurial