package com.ttdev.wicketpagetest.sample.spring; public interface CalcService { int calcNext(int current); }