com.yworks.yguard.obf.classfile.RuntimeInvisibleParameterAnnotationsAttrInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of retroguard Show documentation
Show all versions of retroguard Show documentation
The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts
/*
* RuntimeInvisibleParameterAnnotationsAttrInfo.java
*
* Created on April 20, 2005, 4:31 PM
*/
package com.yworks.yguard.obf.classfile;
/**
*
* @author muellese
*/
public class RuntimeInvisibleParameterAnnotationsAttrInfo extends RuntimeVisibleParameterAnnotationsAttrInfo
{
/** Creates a new instance of RuntimeInvisibleParameterAnnotationsAttrInfo */
public RuntimeInvisibleParameterAnnotationsAttrInfo(ClassFile cf, int attrNameIndex, int attrLength)
{
super(cf, attrNameIndex, attrLength);
}
protected String getAttrName()
{
return ClassConstants.ATTR_RuntimeInvisibleParameterAnnotations;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy