@Qualifier @Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface AttributeReference
RestModel
instances will expose properties that mirror similarly-named properties on
ConfigBean
s 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 related
ConfigBean
from which the system should pull metadata.Copyright © 2019. All rights reserved.