Jesse Wilson
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Runtime retention of @Nullable for dependency-injection
Guice is a dependency injection framework that uses annotations to mark injection points. For example: public class Foo { @Inject public Foo(Bar bar, Baz baz) { ... } } Currently Guice ... -
Created CodeSearch-Plugin M4
I've uploaded a new version of the new CodeSearch-Plugin, which connects to Google Code Search from within IntelliJ:http://code.google.com/p/codesearch-plugin/Neat features: - Search results pane r...