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

com.yworks.yshrink.model.NewNodeDescriptor Maven / Gradle / Ivy

Go to download

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

The newest version!
package com.yworks.yshrink.model;

import java.io.File;

/**
 * The type New node descriptor.
 *
 * @author Michael Schroeder, yWorks GmbH http://www.yworks.com
 */
public class NewNodeDescriptor extends AbstractDescriptor {

  /**
   * Instantiates a new New node descriptor.
   *
   * @param access    the access
   * @param sourceJar the source jar
   */
  protected NewNodeDescriptor( int access, File sourceJar ) {
    super( access, sourceJar );
  }

  public String toString() {
    return "NewNodeDescriptor{}";
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy