Josiah Noel

Results 153 comments of Josiah Noel

> don't like "AvajeModule" as a name I was thinking of `AvajeModule` sort of like Guice has `GuiceModule`. I got a couple of alternate options (just spitballing here): - BeanModule...

When the JDK server supports it we can get back to this.

I this still being worked on? I typically deploy using modularized runtimes so this would be handy.

you could add `--strip-debug --no-header-files --no-man-pages` to get even smaller

So in that case the method would return `DummyError`?. Not sure how that could be done.

You can use try-catch wherever you call the method validator. ```java public class DummyService { @ValidMethod public String dummyMethod(@NotNull String name) { return "Hello " + name; } } ```...

I'm not totally sold on json as a config, @rbygrave what do you think?

closing until somebody actually needs it

> Using Context, whether with constructor or method argument injection, pretty much works exactly the same way. I mean either way you're injecting a class to set the cookies, so...