@Target(value=METHOD)
@Retention(value=RUNTIME)
@InternalApi
public @interface CorrespondsTo
INTERNAL API – used for consistency specs
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").