Annotation Interface Injectable


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface Injectable
Denotes that a Java Bean setter method may be injected with a value.
Since:
Coherence 12.1.2
Author:
bo 2011.06.15
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The optional name that of which may be used to choose the appropriate value to inject when multiple values of the same type are available to be injected.
  • Element Details

    • value

      String value
      The optional name that of which may be used to choose the appropriate value to inject when multiple values of the same type are available to be injected.
      Returns:
      the name to be used for choosing an appropriate value to inject
      Default:
      ""