@Qualifier
@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface DefaultBeanReference
Often a REST model mirrors/wraps an mbean, descriptor bean or config bean.
These beans have annotations and javadoc tags that contain information
(like descriptions and legal values) that should apply to the corresponding
REST model properties.
Add this annotation to a model class to indicate the default
mbean / descriptor bean / config bean that its properties mirror.
- Author:
- tmoreau