Annotation Type Inject


@Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface Inject
Since:
3.1
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    An optional name of the dependency for injecting dependency types that have multiple bindings in the container.
  • Element Details

    • value

      String value
      An optional name of the dependency for injecting dependency types that have multiple bindings in the container.
      Default:
      ""