afterPropertiesSet() method

Checks whether the configuration is set.

Syntax

void afterPropertiesSet () throws Exception

Usage

If the configuration is not set, an

IllegalStateException

will be thrown.

IMPLEMENTATION NOTE: Every subclass that overrides this method should call this implementation of

afterPropertiesSet

.