Interface IXMLConfigurable

All Superinterfaces:
XmlConfigurable

@Deprecated(since="3.0.0") public interface IXMLConfigurable extends XmlConfigurable
Deprecated.
Use XmlConfigurable instead.
Provides indications that a class is configurable via XML. Classes implementing this should be careful to document XML configuration options properly (e.g. in Javadoc).
Since:
2.0.0 (Moved and modified from *.lang.config.XMLConfigurable)