Annotation Type InjectComponent


Allows components defined in the template to be injected as read-only properties.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    If true, allows the component to be missing without throwing an exception.
    The name of the component to inject.
  • Element Details

    • value

      The name of the component to inject. Defaults to the name of the annotated field.
      Default:
      ""
    • optional

      boolean optional
      If true, allows the component to be missing without throwing an exception.
      Since:
      5.8.2
      Default:
      false