@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface FeatureDescriptor
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
name
The name of the feature which is represented as the text of the method it is annotating after the "supports"
prefix
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
description
A description of the feature that will be useful to implementers if a Gremlin test fails around
proper feature support.
|
Copyright © 2013-2015 TinkerPop. All Rights Reserved.