Skip to content

@CommandScan Annotation #641

Closed
Closed
@jvalkeal

Description

@jvalkeal

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions