Annotation Type FeatureDescriptor
- 
@Retention(RUNTIME) @Target(METHOD) public @interface FeatureDescriptor
A annotation for feature methods.- Author:
 - Stephen Mallette (http://stephen.genoprime.com)
 
 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdescriptionA description of the feature that will be useful to implementers if a Gremlin test fails around proper feature support. 
 - 
 
- 
- 
Element Detail
- 
name
String name
The name of the feature which is represented as the text of the method it is annotating after the "supports" prefix 
 - 
 
- 
- 
description
String description
A description of the feature that will be useful to implementers if a Gremlin test fails around proper feature support.- Default:
 - ""
 
 
 - 
 
 -