For a component with an empty service attribute, ``` @Component(name = "Foo", service = {}) public class Foo implements Bar { } ``` the generated descriptor still contains a service when it shouldn't: ``` <service> <provide interface="com.acme.Bar"/> </service> ```