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
SpaceClassConstructor
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface SpaceClassConstructor
@Target
(
CONSTRUCTOR
)
@Retention
(
RUNTIME
)
public @interface
SpaceClassConstructor
Specifies that the annotated constructor should be used to read the class properties and to instantiate new instances. Cannot be set on more then on constructor.
Since:
9.6
Author:
Dan Kilman