Annotation Type | Description |
---|---|
Excluded |
Annotating a field or class with
Excluded excludes it from serialization. |
Facade |
This annotation is a hint for serialization and test generation:
- not to record the inner state of an annotated entity
Use this annotation to save time and memory for objects.
|
Global |
Annotating a field with
Global specifies a field to be serialized as global variable. |
Input |
Annotating a method with
Input specifies a method to be an input method. |
Output |
Annotating a method with
Output specifies a method to be an output method. |
Recorded |
Annotating a method with
Recorded specifies a method to be an recorded. |
Copyright © 2020. All rights reserved.