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

src.test.net.sf.cglib.proxy.ArgInit Maven / Gradle / Ivy

There is a newer version: 3.9
Show newest version

package net.sf.cglib.proxy;

/**
 *
 * @author  baliuka
 */
public class ArgInit {
  final private String value;
   
    /** Creates a new instance of ArgInit */
    public ArgInit(String value) {
        this.value = value;
    }
    
    public String toString(){
      return value;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy