Interface to be implemented by beans that need to react once all their properties have been set by a {@link Container}: for example, to perform custom initialization.
This is similar in concept to the Spring {@link org.springframework.beans.factory.InitializingBean}.
@author Joe Walker [joe at getahead dot ltd dot uk]