We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e201503 commit 95b2cadCopy full SHA for 95b2cad
junit-platform-launcher/src/main/java/org/junit/platform/launcher/core/LauncherConfig.java
@@ -67,6 +67,7 @@ public interface LauncherConfig {
67
*
68
* @return {@code true} if launcher discovery listeners should be
69
* automatically registered
70
+ * @since 1.8
71
*/
72
@API(status = EXPERIMENTAL, since = "1.8")
73
boolean isLauncherDiscoveryListenerAutoRegistrationEnabled();
0 commit comments