< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/AnnotationDefault.java

Print this page

        

@@ -28,11 +28,10 @@
 import com.sun.org.apache.bcel.internal.Const;
 
 /**
  * Represents the default value of a annotation for a method info
  *
- * @version $Id: AnnotationDefault 1 2005-02-13 03:15:08Z dbrosius $
  * @since 6.0
  */
 public class AnnotationDefault extends Attribute {
 
     private ElementValue default_value;
< prev index next >