
tests.java.org.python.tests.props.Readonly Maven / Gradle / Ivy
package org.python.tests.props;
public class Readonly {
private String a;
public void setA(String a) { this.a = a; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy