highsource / jaxb2-basics

Useful plugins and tools for JAXB2.
BSD 2-Clause "Simplified" License
109 stars 54 forks source link

DefaultFactoryProvider DEFAULT_MAP is static but initialized to constructor #34

Closed kevinsdooapp closed 9 years ago

kevinsdooapp commented 9 years ago

DefaultFactoryProvider DEFAULT_MAP is static but initialized to constructor.

Since there is a factory to manage abstract classes and interface that require the current provider, the default map cannot be static anymore.

kevinsdooapp commented 9 years ago

Wrong project