525354555657585960
__$$dynamic_properties_map$$ = map; } public TraitFieldTMS _getFieldTMS() { if ( __$$field_Tms$$ == null ) { __$$field_Tms$$ = new TraitFieldTMSImpl(); } return __$$field_Tms$$; }
187188189190191192193194
} private TraitFieldTMS tms; public void init() { tms = new TraitFieldTMSImpl(); tms.registerField( Imp2.class, "name", String.class, this.getName(), "foo" ); }