defineShadowProxyData( clazz );
this.supportsPropertyListeners = checkPropertyListenerSupport( clazz );
Traitable ttbl = cls.getAnnotation( Traitable.class );
this.traitTmsEnabled = ttbl != null && ttbl.logical();
}
public void readExternal(ObjectInput stream) throws IOException,
ClassNotFoundException {
ruleBase = (InternalRuleBase) stream.readObject();