mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-05 23:22:47 +00:00
a8852341fcd92288d7fefef94dbc249345937e1b
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.
== L2J Rewrite == This is an rewrite of the l2jserver. This software is a complete rewrite from scratch and thus does not use any code from original l2jserver. Additionally, this rewrite is lacking a name and is currently using L2JServer a temporary name.
Languages
Java
100%