Annotation Interface AutoConfigureShell


@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited @ImportAutoConfiguration public @interface AutoConfigureShell
Auto-configuration imports for typical Shell tests. Most tests should consider using @ShellTest rather than using this annotation directly.
See Also: