@Target(value=TYPE)
@Retention(value=RUNTIME)
@Component
@Documented
public @interface InformationExchange
Indicates that an annotated class is a "component".
Such classes are considered as candidates for auto-detection
when using annotation-based configuration and classpath scanning.
- Since:
- 1.0.0
- Author:
- Octavian Stirbei