7778798081828384858687
if (conduit != null) { Order annotation = conduit.getAnnotation(Order.class); if (annotation != null) propertyModel.order(annotation.value()); } _properties.put(propertyName, propertyModel); return propertyModel;