I have an abstract base class with a property called \"mailserver\" which I wish to inject from the spring ioc container. However when I run the concreted implementations of
Mark the abstract base class definition as abstract by using the abstract attribute , and in the concrete class definition , make the parent attribute be the name of the abstract class 's bean name