Annotation Interface Overridable


@Retention(CLASS) @Target(TYPE) public @interface Overridable

Used in conjunction with @Bean to indicate an overridable bean.

An overridable bean is a regular bean that can be overridden within a module by an instance provided in a corresponding optional socket bean automatically exposed on the module

Since:
1.1
Author:
Jeremy Kuhn
See Also: