Annotation Type FeatureDescriptor
- 
 @Retention(RUNTIME) @Target(METHOD) public @interface FeatureDescriptor A annotation for feature methods.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Optional Element SummaryOptional 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- 
nameString name The name of the feature which is represented as the text of the method it is annotating after the "supports" prefix
 
- 
 - 
- 
descriptionString description A description of the feature that will be useful to implementers if a Gremlin test fails around proper feature support.- Default:
- ""
 
 
- 
 
-