12 lines
328 B
Plaintext
12 lines
328 B
Plaintext
==== Programmatic Model
|
|
ifndef::snippets[:snippets: ../../test/java/org/springframework/shell/docs]
|
|
|
|
In the programmatic model, `CommandRegistration` is defined as a `@Bean`, and it is automatically registered:
|
|
|
|
====
|
|
[source, java, indent=0]
|
|
----
|
|
include::{snippets}/CommandRegistrationBeanSnippets.java[tag=snippet1]
|
|
----
|
|
====
|