Class RuntimeInvisibleParameterAnnotations

java.lang.Object
org.apache.bcel.classfile.Attribute
org.apache.bcel.classfile.ParameterAnnotations
org.apache.bcel.classfile.RuntimeInvisibleParameterAnnotations
All Implemented Interfaces:
Serializable, Cloneable, Node

public class RuntimeInvisibleParameterAnnotations extends ParameterAnnotations
represents a parameter annotation that is represented in the class file but is not provided to the JVM.
Since:
5.3
Version:
$Id: RuntimeInvisibleParameterAnnotations
Author:
D. Brosius
See Also: