Spring / Spring Beans
What is Bean Definition Template in Spring framework?
Bean definition template also referred as parent beans can be used to define common bean definitions shared by other child beans without redefining it.
While defining a Bean Definition Template, class attribute may not be defined and should specify abstract attribute with its value as true.
The parent bean cannot be instantiated on its own because it is incomplete, and also it is explicitly marked as abstract.
More Related questions...