| JmcAsAttribute |
Defines that a field should be serialized as an attribute.
|
| JmcCollection |
Defines that a field should be serialized as an collection.
|
| JmcDefaultName |
Annotation used to define te default name.
|
| JmcEmptyAllowed |
Empty Collection should be serialized.
|
| JmcInherited |
Inherite JMC Annotation from Parents.
|
| JmcMandatory |
Defines that a list field of type, or field should not be null when serialized.
|
| JmcMethodAlias |
Annotation used to define a field alias.
|
| JmcNullAllowed |
Null allowed on field, to be serialized as empty.
|
| JmcParam |
Annotation used to define a field as param in template.
|
| JmcProperty |
Annotation to specify that field should be serialize as property tag.
|
| JmcSkipDefault |
Skip serialize attribute if equal value.
|