Annotation Interface FeatureDescriptor
A annotation for feature methods.
- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionA description of the feature that will be useful to implementers if a Gremlin test fails around proper feature support.
-
Element Details
-
name
String nameThe name of the feature which is represented as the text of the method it is annotating after the "supports" prefix
-
-
-
description
String descriptionA description of the feature that will be useful to implementers if a Gremlin test fails around proper feature support.- Default:
- ""
-