Annotation Interface FeatureDescriptor


@Retention(RUNTIME) @Target(METHOD) public @interface FeatureDescriptor
A annotation for feature methods.
Author:
Stephen Mallette (http://stephen.genoprime.com)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the feature which is represented as the text of the method it is annotating after the "supports" prefix
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    A description of the feature that will be useful to implementers if a Gremlin test fails around proper feature support.
  • Element Details

    • 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:
      ""