I am newbie at Java EE and I have a simple problem. I created a project using Maven plugin's default directory structure and I want to annotate a class as @Loggable, but I get a
Loggable cannot be resolved to a type
error. Any annotation I want to use can't be resolved to a type. What's the problem? I suspect that it has to do with dependency or build path issues but I can seem to get it working.