jooby
jooby copied to clipboard
jooby-apt: should not generate META-INF/services by default
The service lookup was required while using reflection+byte-code generation. Now we generate code, so we can remove it.
So:
mvc(Controller.class);
Must be replaced by:
mvc(new Controller_());