package org.springframework.issues; public interface MyRepository { int getInvocationCount(); }