Package de.gebit.integrity.fixtures
Annotation Type ArbitraryParameterFixtureLink
-
@Target(TYPE) @Retention(RUNTIME) public @interface ArbitraryParameterFixtureLinkThis annotation is used to link anArbitraryParameterEnumeratorto an implementation ofArbitraryParameterFixture, for which it will provide the arbitrary parameter suggestions within Eclipse.- Author:
- Rene Schneider - initial API and implementation
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends ArbitraryParameterFixture>valueThe class that thisArbitraryParameterEnumeratoris linked to.
-
-
-
Element Detail
-
value
java.lang.Class<? extends ArbitraryParameterFixture> value
The class that thisArbitraryParameterEnumeratoris linked to.- Returns:
-
-