@Target(value=CONSTRUCTOR)
@Retention(value=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