Annotation Type AttributeReference


  • @Qualifier
    @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface AttributeReference
    Many, if not all, RestModel instances will expose properties that mirror similarly-named properties on ConfigBeans 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.
    Author:
    jdlee
    • Element Detail

      • bean

        String bean
        Default:
        ""
      • attribute

        String attribute
        Default:
        ""