package org.hotswap.agent.plugin.weld.testBeans; /** * Simple service. */ public interface HelloService { public String hello(); }