package com.byteslounge.spring.tx.test; public interface InnerBean { void testRequired(); void testRequiresNew(); }