Annotation Interface CorrespondsTo


@Target(METHOD) @Retention(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").

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details