@Target(value={TYPE,PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Component
public @interface BitbucketComponent
Annotation representing a component that should only be considered when running in Bitbucket
Server. 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.