Package de.gebit.integrity.fixtures
Annotation Type CustomProposalProvider.CustomProposalFixtureLink
-
@Target(TYPE) @Retention(CLASS) public static @interface CustomProposalProvider.CustomProposalFixtureLink
This annotation is used to link aCustomProposalProviderto an implementation ofCustomProposalFixture, for which it will provide the parameter value proposals.- Author:
- Rene Schneider - initial API and implementation
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends CustomProposalFixture>[]valueThe class that thisCustomProposalProvideris linked to.
-
-
-
Element Detail
-
value
Class<? extends CustomProposalFixture>[] value
The class that thisCustomProposalProvideris linked to.- Returns:
-
-