org.apache.tomcat.util.bcel.classfile
Class RuntimeInvisibleAnnotations
java.lang.Object
org.apache.tomcat.util.bcel.classfile.Attribute
org.apache.tomcat.util.bcel.classfile.Annotations
org.apache.tomcat.util.bcel.classfile.RuntimeInvisibleAnnotations
- All Implemented Interfaces:
- Serializable, Cloneable
public class RuntimeInvisibleAnnotations
- extends Annotations
represents an annotation that is represented in the class file but is not
provided to the JVM.
- Since:
- 5.3
- Version:
- $Id: RuntimeInvisibleAnnotations
- Author:
- D. Brosius
- See Also:
- Serialized Form
copy
public Attribute copy(ConstantPool constant_pool)
- Specified by:
copy
in class Attribute
- Returns:
- deep copy of this attribute
dump
public final void dump(DataOutputStream dos)
throws IOException
- Description copied from class:
Attribute
- Dump attribute to file stream in binary format.
- Overrides:
dump
in class Attribute
- Parameters:
dos
- Output file stream
- Throws:
IOException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.