Annotation Interface FeatureRequirementSet


@Inherited @Retention(RUNTIME) @Target(METHOD) public @interface FeatureRequirementSet
Logically grouped features used to simplify test annotations. This annotation can be used in conjunction with FeatureRequirement and features automatically added by LoadGraphWith.
Author:
Stephen Mallette (http://stephen.genoprime.com)