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

com.yworks.yguard.test.StaticClassB 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: 4.1.1
Show newest version
/*
 * StaticClassB.java
 *
 * Created on March 27, 2003, 2:20 PM
 */

package com.yworks.yguard.test;

/**
 *
 * @author  Sebastian Mueller, yWorks GmbH http://www.yworks.com
 */
public class StaticClassB
{
  
  /** Creates a new instance of StaticClassB */
  public StaticClassB()
  {
  }
  
  public static void staticBarMember(double foo){
    System.out.println("doing bar");
  }
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy