package org.jboss.jsr299.tck.tests.jbt.resolution.cache; import javax.inject.Inject; public class A { @Inject B.D a; }