Tags
Deprecated Classes
MATCH
(class)-[:ANNOTATED_BY]->(annotation),
(annotation)-[:OF_TYPE]->(annotationType)
WHERE
annotationType.fqn = 'java.lang.Deprecated'
RETURN DISTINCT
class
Last updated
Was this helpful?
MATCH
(class)-[:ANNOTATED_BY]->(annotation),
(annotation)-[:OF_TYPE]->(annotationType)
WHERE
annotationType.fqn = 'java.lang.Deprecated'
RETURN DISTINCT
class
Last updated
Was this helpful?