Annotation Type AttributeReference
-
@Qualifier @Documented @Retention(RUNTIME) @Target(METHOD) public @interface AttributeReference
Many, if not all,RestModelinstances will expose properties that mirror similarly-named properties onConfigBeans in another module. In such instances, it is undesirable that metadata (e.g., default values, min/max, etc) be repeated. This annotation allows a model author to refer to the property on the relatedConfigBeanfrom which the system should pull metadata.- Author:
- jdlee