Annotation Interface BeanConfigInject


@Retention(RUNTIME) @Documented @Target({FIELD,METHOD,CONSTRUCTOR,PARAMETER}) public @interface BeanConfigInject
Used to indicate an injection point of a configuration bean (obtained from the Registry, or a new instance is created) into a POJO.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of the root property (prefix)
  • Element Details

    • value

      String value
      Name of the root property (prefix)