Quantcast
Channel: JetBrains Developer Community : All Content - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5481

Error with CDI Events

$
0
0

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?


Viewing all articles
Browse latest Browse all 5481

Trending Articles