Annotation Type MatchesParam


@Retention(RUNTIME)
@Repeatable(MatchesParams.class)
@Target({TYPE,METHOD})
public @interface MatchesParam
Specifies a predicate which evaluates whether a request can be accepted by a service method.
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    String value
    The predicate which evaluates whether a request can be accepted by a service method.