Interface ContainedBean<B>
-
- All Known Subinterfaces:
ContainedBeanImplementor<B>
- All Known Implementing Classes:
FallbackContainedBean
public interface ContainedBean<B>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
getBeanInstance()
Get the bean instance producer associated with this container-backed bean
-
-
-
Method Detail
-
getBeanInstance
B getBeanInstance()
Get the bean instance producer associated with this container-backed bean
-
-