Introduce zero argument constructors for RequestHandlers to allow dynamic loading

Issue #7 resolved
Henrik Bærbak Christensen repo owner created an issue

Currently constructors take arguments which means they cannot be instantiated using java reflection like 'theClass.newInstance()'. Introduce zero argument constructors and an initialize() method.

Comments (1)

  1. Log in to comment