@ApplicationScoped public class NamedConstructorInjection extends Object
NamedBean
def
one
two
NamedConstructorInjection(NamedBean one, NamedBean two, NamedBean def)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NamedBean one
public NamedBean two
public NamedBean def
@Inject public NamedConstructorInjection(@Named(value="NamedBeanOne") NamedBean one, @Named(value="NamedBeanTwo") NamedBean two, NamedBean def)
Copyright © 2020 Treblereel. All rights reserved.