package com.ttdev.wicketpagetest.sample.plain; public interface GreetingSubject { String getName(); }