All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yworks.yguard.obf.classfile.DynamicCpInfo Maven / Gradle / Ivy

Go to download

The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts

There is a newer version: 2.10.0
Show newest version
package com.yworks.yguard.obf.classfile;

/**
 * Representation of a 'dynamic' entry in the ConstantPool.
 * @author Thomas Behr
 */
public class DynamicCpInfo extends AbstractDynamicCpInfo {
  protected DynamicCpInfo() {
    super(CONSTANT_Dynamic);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy