org.apache.bcel.classfile

Class RuntimeInvisibleParameterAnnotations

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

Method Summary
Attributecopy(ConstantPool constant_pool)

Method Detail

copy

public Attribute copy(ConstantPool constant_pool)

Returns: deep copy of this attribute

Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.