I have this odd issue w/ IntelliJ (and I'm a new user, so double the fun).
Anyways, I'm injecting events left and right
@Inject
private Event<Foo> fooEvent;
however, I get errors in the IDE that it can't find symbol. Is this an internally reserved word?