com.tngtech.jgiven.integration.spring
Annotation Type JGivenStage


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Component
public @interface JGivenStage

Annotation that marks a bean as JGiven Stage.

Since:
0.8.0

Optional Element Summary
 java.lang.String value
          The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
 

value

public abstract java.lang.String value
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.

Returns:
the suggested component name, if any
Default:
""