
org.eweb4j.util.xml.BeanXMLConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eweb4j-all Show documentation
Show all versions of eweb4j-all Show documentation
easy web framework for java, full-stack
The newest version!
package org.eweb4j.util.xml;
public interface BeanXMLConstant {
static String ROOT_ELEMENT = "beans";
static String SUBROOT_ELEMENT = "bean";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy