Module org.neo4j.cypherdsl.core
Annotation Interface CheckReturnValue
@Documented
@Target(METHOD)
@Retention(CLASS)
@API(status=INTERNAL,
since="2021.1.1")
public @interface CheckReturnValue
Simple version of the JSR 305 annotation that allows detecting accidentally omitted
calls to
Cypher.match(org.neo4j.cypherdsl.core.PatternElement...)
()} and the likes in IntelliJ.
This annotation is API.Status.INTERNAL. Clients should not
rely on its presence.
- Author:
- Lukas Eder, Michael J. Simons
- See Also: