b3dgs / lionengine

Java 2D Game Engine
http://lionengine.b3dgs.com
GNU General Public License v3.0
137 stars 23 forks source link

Inject feature from constructor instead of annotation #806

Closed DjThunder closed 10 months ago

DjThunder commented 10 months ago

Review feature get system to remove annotation usage, and prefer constructor injection. Remove visibility modifier on construction, must be public.