public static void metaworksCallback_changeMetadata(Type type){
FieldDescriptor fd = type.getFieldDescriptor("HandlerActivity");
//fd.setAttribute("hidden", new Boolean(true));
fd.setInputter(new AbstractComponentInputter(){
private static final long serialVersionUID = GlobalContext.SERIALIZATION_UID;
JLabel valueLabel;
Activity value;