package com.acme.cdi.failure; public class ServiceB implements Service { @Override public void operation() { } }