package org.springframework.issues; import org.springframework.beans.factory.annotation.Autowired; public class C { @Autowired D d; }