mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
Added support for XML configuration files. Instead of each interface loading it's own file, a single XML file will contain all properties and parsing XML file will be done at service start. Created a new annotation: @ConfigurationXPath and removed "name" argument from @ConfigurationPropertySetter and @ConfigurationPropertyGetter. Also, moves @ConfigurationName to ProxyConfigurationService since it is not used by the XML implementation.