package org.springframework.issues; public interface TrolleyAware { void setTrolley(TrolleyImpl trolley); }