|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface GigaSpaceContext
Allows to directly inject a GigaSpace
implementation into a class field or setter
property. A name can be specified in cases where more than one GigaSpace
are defined
within a spring application context. The name will be the bean name / id.
Optional Element Summary | |
---|---|
String |
name
The name of the GigaSpace bean. |
public abstract String name
GigaSpace
bean. Used when more than one GigaSpace
is defined
and corresponds to the bean name / id.
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |