package com.ttdev.wicketpagetest.sample.cdi; public interface GreetingService { public String getSubject(); }