Annotation Type JmcCollection
-
@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface JmcCollectionDefines that a field should be serialized as an collection. <collectionProp .../>
-
-
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<?>elementTypeelementType tag on elementProp.booleanenabledenabled tag on elementProp.java.lang.Class<?>guiclassguiclass tag on elementProp.java.lang.Stringnamename tag on elementProp.java.lang.Class<?>testclasstestclass tag on elementProp.java.lang.Stringtestnamename tag on elementProp.booleanwithElementPropadd Parent tag elementProp.
-