
src.test.net.sf.cglib.transform.impl.Base Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cglib-nodep Show documentation
Show all versions of cglib-nodep Show documentation
Code generation library with shaded ASM dependecies
package net.sf.cglib.transform.impl;
public class Base {
private String baseTest;
/**
* @return Returns the baseTest.
*/
public String getBaseTest() {
return baseTest;
}
/**
* @param baseTest The baseTest to set.
*/
public void setBaseTest(String baseTest) {
this.baseTest = baseTest;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy