From a013e33fe4bb5998615e2db151aad6fad5dcf57b Mon Sep 17 00:00:00 2001 From: Remko Popma Date: Sun, 1 Jul 2018 18:08:06 +0900 Subject: [PATCH] [#259] small doc improvement --- docs/index.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/index.adoc b/docs/index.adoc index 5665481c7..aa02640a3 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -2355,8 +2355,6 @@ Picocli 3.2 introduces a `@Spec` annotation for injecting the `CommandSpec` mode This is useful when a command needs to use the picocli API, for example to walk the command hierarchy and iterate over its sibling commands. This complements the `@ParentCommand` annotation; the `@ParentCommand` annotation injects a user-defined command object, whereas this annotation injects a picocli class. -Currently only the `CommandSpec` model of the command can be injected. - [source,java] ---- class InjectSpecExample implements Runnable {