@Target(value=METHOD) @Retention(value=RUNTIME) public @interface UserAggregationUpdate
The update method is called multiple times and allows the class to aggregate a result later retrieved from the
method
annotated with UserAggregationResult
.
Name
annotation, declaring the input name.
Valid input types are as follows:
The update method cannot return any value and must be a void method.
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.