private String createDemarshallerIfNeeded(final MetaClass type) {
return addArrayMarshaller(type.asBoxed());
}
});
classStructureBuilder.getClassDefinition().addAnnotation(new Dependent() {
@Override
public Class<? extends Annotation> annotationType() {
return Dependent.class;
}
});