Uses of Interface
overit.geocall.cdi.service.BeanService
Packages that use BeanService
-
Uses of BeanService in overit.geocall.cdi.holders
Constructors in overit.geocall.cdi.holders with parameters of type BeanServiceModifierConstructorDescriptionToolHolder(@NotNull Class<T> type, @NotNull BeanService service) Create a new instance of holder that will hold a value of a given typeTypeHolder(@NotNull Class<T> type, @NotNull BeanService service) Create a new instance of holder that will hold a value of a given type -
Uses of BeanService in overit.geocall.cdi.service
Classes in overit.geocall.cdi.service that implement BeanServiceModifier and TypeClassDescriptionclassService used to create a new bean instance using theFactoryor the CDI engine depending on the annotation defined for the bean type;Customizableannotated type will be instantiated via Factory; otherwise the bean will be instantiated by the CDI engine.