Annotation 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
-
Element Details
-
value
String value
-