tests.java.org.python.tests.BeanImplementation Maven / Gradle / Ivy
package org.python.tests;
public class BeanImplementation implements BeanInterface {
public String getName() {
return "name";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy