Annotation Type CustomProposalProvider.CustomProposalFixtureLink


  • @Target(TYPE)
    @Retention(CLASS)
    public static @interface CustomProposalProvider.CustomProposalFixtureLink
    This annotation is used to link a CustomProposalProvider to an implementation of CustomProposalFixture, for which it will provide the parameter value proposals.
    Author:
    Rene Schneider - initial API and implementation