Package org.apache.tinkerpop.gremlin
Annotation Type FeatureRequirementSet
- 
@Inherited @Retention(RUNTIME) @Target(METHOD) public @interface FeatureRequirementSet
Logically grouped features used to simplify test annotations. This annotation can be used in conjunction withFeatureRequirementand features automatically added byLoadGraphWith.- Author:
 - Stephen Mallette (http://stephen.genoprime.com)
 
 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description FeatureRequirementSet.PackagevalueThe set of feature requirements to require for the test. 
 - 
 
- 
- 
Element Detail
- 
value
FeatureRequirementSet.Package value
The set of feature requirements to require for the test.- Default:
 - org.apache.tinkerpop.gremlin.FeatureRequirementSet.Package.SIMPLE
 
 
 - 
 
 -