Improve FELIX-1159 by providing annotation support. It's now possible to declare component type version with annotations: @Component(version="1.0.0" ...) public class Foo { ... }