Package overit.geocall.cdi.service
Interface BeanService
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BeanServiceImpl
Service used to get a bean instance given its type and qualifiers.
-
Method Summary
-
Method Details
-
get
Get a new bean instance for the given bean type- Type Parameters:
T- the bean type- Parameters:
type- the bean classqualifier- the bean qualifier- Returns:
- the bean instance
-
get
Get a new bean instance for the given bean type- Type Parameters:
T- the bean type- Parameters:
type- the bean class- Returns:
- the bean instance
-