Package com.tangosol.config.annotation
Annotation 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
-
Element Details
-
value
String valueThe 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:
""
-