I scanned my Maven repository with JQassistant. Now I would like to find out which classes are annotated by @Stateful. But even using
MATCH (a:Java:Value:Annotation) RETURN DISTINCT a.name
returns no rows as result. Are annotations not a part of repository scanning? Or do I write a wrong query?