Annotation Interface 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
-
Element Details
-
value
String valueThe predicate which evaluates whether a request can be accepted by a service method.
-