GWT replace-with code

160 views Asked by At

related to a previous un-answered question of myself: how can i find the code that will be executed when i use

<replace-with class="xxxxxx.xxxxxx.BeanValidatorFactory">
    <when-type-is class="javax.validation.ValidatorFactory" />
</replace-with>

I suspect it may be causing an unexpected behaviour when the ValidatorFactory is used somewhere else but the client and i wonder if having an eye on the code can point me to a workaround/solution.

Thx!

0

There are 0 answers