JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
GigaSpaces 18.0.0 API
com.gigaspaces.annotation.pojo
SpaceDynamicProperties
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface SpaceDynamicProperties
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
public @interface
SpaceDynamicProperties
Indicates that the annotated property will be used to store and retrieve dynamic properties. The property's class must implement
Map
.
Since:
8.0.1
Author:
Niv Ingberg