Merge branch '1.1.x'

This commit is contained in:
Marcin Grzejszczak
2017-08-18 17:41:45 +02:00

View File

@@ -60,8 +60,8 @@ public @interface AutoConfigureStubRunner {
String repositoryRoot() default "";
/**
* The ids of the stubs to run in "ivy" notation ([groupId]:artifactId:[classifier]:[version][:port]).
* {@code groupId}, {@code classifier}, {@code version} and {@code port} can be optional.
* The ids of the stubs to run in "ivy" notation ([groupId]:artifactId[:version][:classifier][:port]).
* {@code groupId}, {@code version}, {@code classifier} and {@code port} can be optional.
*/
String[] ids() default {};