net.isger.brick.velocity.bean.WidgetBean Maven / Gradle / Ivy
package net.isger.brick.velocity.bean;
public class WidgetBean {
private String path;
public String getPath() {
return path;
}
public void setPath(String path) {
this.path = path;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy