JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
GigaSpaces 18.0.0 API
org.openspaces.core.context
GigaSpaceContext
Contents
Description
Optional Element Summary
Element Details
name
Hide sidebar
Show sidebar
Annotation Interface GigaSpaceContext
@Target
({
METHOD
,
FIELD
})
@Retention
(
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.
Author:
kimchy
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
name
The name of the
GigaSpace
bean.
Element Details
name
String
name
The name of the
GigaSpace
bean. Used when more than one
GigaSpace
is defined and corresponds to the bean name / id.
Default:
""