Hi everyone, With the new API for ClassTransformation I've noticed a "change" in the behavior.
In my ComponentClassTransformWorker i do match methods with the new feature transformation.matchMethods with wants Predicate<TransformMethod>, and in my Predicate i try to match method names which starts with "on" prefix to hook on event handler methods but for example is see the method onActionFromMyComponent coming as _$access_onActionFromMyComponent while others like beginRender and onActivate comes clean. For the records, I got my worker hooked "after:Secure". Does this light any bulb? Cheers -- Massimo http://meridio.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
