package org.jboss.as.test.integration.weld.interceptor.bridgemethods; /** * */ public interface SpecialService extends BaseService<String> { }