package com.ttdev.wicketpagetest.sample.cdi; public interface PeopleService { public String getName(); }