- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {ArrayList a =
new ArrayList<String>()
new ArrayList()
new ArrayList<Object>()
- Smart code suggestions by Codota
}
@Override protected WhenJerseyServer getWhenJerseyServer() { if (injector == null) { injector = com.google.inject.Guice.createInjector(new WhenGuiceJerseyBinder(), new GuiceWhenBinder(), new GuiceVertxBinder(vertx)); } return injector.getInstance(WhenJerseyServer.class); }
protected List<Module> getModules(Vertx vertx) { return Arrays.asList( new GuiceVertxBinder(vertx), new WhenGuiceJerseyBinder(), new GuiceWhenBinder()); }