Annotation Interface DefaultInstance


@Retention(RUNTIME) public @interface DefaultInstance
Indicates a default bean-instance is available.

The default is employed if no explicit value is set.

A corresponding default must be set in the defaults passed during initialization to an InitializableBean.

Author:
Owen Feehan