@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Scanned
This annotation makes the class as being interesting in terms of scanning but it is not a component that needs to be
imported or instantiated. Its a candidate for scanning say as a placeholder for @ ComponentImport or