org.apache.tomcat.util.bcel.classfile
Class RuntimeVisibleParameterAnnotations
java.lang.Object
org.apache.tomcat.util.bcel.classfile.Attribute
org.apache.tomcat.util.bcel.classfile.ParameterAnnotations
org.apache.tomcat.util.bcel.classfile.RuntimeVisibleParameterAnnotations
- All Implemented Interfaces:
- Serializable, Cloneable
public class RuntimeVisibleParameterAnnotations
- extends ParameterAnnotations
represents a parameter annotation that is represented in the class file
and is provided to the JVM.
- Since:
- 5.3
- Version:
- $Id: RuntimeVisibleParameterAnnotations
- 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
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.