com.tinkerpop.rexster.extension
Annotation Type RexsterContext


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface RexsterContext

Marks a parameter on an extension method as one that should receive attention from Rexster by plugging in values that match the expected types from the request. This annotation can be applied to these types: edge/vertex/graph (dependent on the ExtensionPoint), and RexsterResourceContext.



Copyright © 2009-2012. All Rights Reserved.