Uses of Interface
play.inject.BeanSource
-
Packages that use BeanSource Package Description play.inject -
-
Uses of BeanSource in play.inject
Classes in play.inject that implement BeanSource Modifier and Type Class Description class
DefaultBeanSource
Methods in play.inject with parameters of type BeanSource Modifier and Type Method Description static void
Injector. inject(BeanSource source)
For now, inject beans in controllers and any classes that include @RequireInjection.static void
Injector. setBeanSource(BeanSource beanSource)
-