package org.jboss.cdi.tck.tests.se.discovery.trimmed; import javax.enterprise.context.Dependent; @Dependent public class Foo { }