@Target(value=FIELD) @Retention(value=RUNTIME) public @interface Context
Procedure
methods as part of the context the procedure is invoked in.
Practically, this means that before the procedure is called, fields with this annotation are automatically
populated with implementations of the specified APIs.
In fact, apart from static fields, only fields with this annotation are allowed in classses that
define procedure. Each of the fields must be public and non-final.Procedure
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.