Annotation Type JmcProperty
-
@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface JmcPropertyAnnotation to specify that field should be serialize as property tag.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalueattribute 'name' value.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<?>typeA possible default implementation if the annotated type is an interface.
-