Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.config.annotation
Interface Injectable

All Superinterfaces:
java.lang.annotation.Annotation

@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
public interface Injectable
extends java.lang.annotation.Annotation

Denotes that a Java Bean setter method may be injected with a value.

Since:
Coherence 12.1.2
Author:
bo 2011.06.15

Method Summary
 java.lang.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.

 

Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString

 

Method Detail

value

java.lang.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

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.