Annotation Type DefaultBeanReference


  • @Qualifier
    @Documented
    @Retention(RUNTIME)
    @Target(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
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String bean