| 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.
|
| JmcHiddenFields |
Hide Fields, usefull when exending from class, and some field are not used in subclasses.
|
| JmcInherited |
Inherit 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.
|
| JmcOmitField |
Declares a field to be omitted.
|
| 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.
|