Annotation Type | Description |
---|---|
Alias |
Specify an alias for a class
(e.g. the old name for compatibility after the class was renamed or moved to a different package).
|
Classname |
Specify an identifying name for the class
used to distinguish anonymous inner classes.
|
Exclude |
Specify that an attribute or method is excluded from serialization.
|
Include |
Specify that a public field should be included in serialization.
|
IncludeFields |
Include all values of public fields when
serializing the object.
|
Copyright © 2013. All Rights Reserved.