Closed
Description
We would not do full classpath scan anymore, instead force user to define targets to scan. Scan is optional and other option is then @EnableCommand
.
For example:
@CommandScan(basePackages = "org.example.commands" )
public class App {}
On default scan would happen from a package where annotation is used.
@CommandScan
public class App {}
Metadata
Metadata
Assignees
Labels
No labels