Error in event annotation in IDE only
My editor is currently telling me that a type doesn't exist, but the same type is used in the same file without a problem. Is this an IntelliJ bug? If so, is there a way to tell IntelliJ to ignore it so my project doesn't show up with red squigglies?
Problematic as a type for the Event annotation:
Works fine when used in regular code
Thanks
Please sign in to leave a comment.
Look attentively at your first screenshot and compare fully qualified name in import statement and in [Event] type :)
D'oh. I can't believe I missed that. Thanks and sorry for the no-op.:8}:O