blob: 5f9cfacf5156193d3ece4c96ce4609dad0d5733b [file] [log] [blame]
package sample.cdi;
public interface IceCreamService {
String getFlavour();
}