@Target(value={TYPE,PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Component
public @interface FecruComponent
Annotation representing a component that should only be considered when running in FishEye/Crucible.
Can be applied to Class type elements defined in the local project or to constructor params
where the param type is located in an external jar on this bundle's classpath