@Target(value=METHOD)
@Retention(value=RUNTIME)
@InternalApi
public @interface CorrespondsTo
Used to hint at consistency spec implementations that a given JavaDSL method corresponds to a method of given name in ScalaDSL.
E.g. a Java method paramsList could be hinted using @CorrespondsTo("paramsSeq")
.
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value |