@Target(value={PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Component
public @interface ClasspathComponent
Annotation for constructor args or fields representing components that need to live in the local bean container
but are located in external jars on this bundle's classpath.