Hi, I kept my idea of rebind via annotation condition or custom condition, then I dived much more deeper until reach the ModuleDefSchema and the ReflectiveParser.
So I found the ReflectiveParser.registerShemaLevel() on which i may register my own condition. but is there any way to put any hook in order to register my small piece of schema? Which could allow to define and to create a custom com.google.gwt.dev.cfg.Condition like that : <generate-with class="fr.putnami.pwt.core.inject.rebind.InjectorProxyGenerator"> <when-custom-condition class="fr.putnami.pwt.core.inject.rebind.InjectionAnnotationCondition" /> </generate-with> By advance thanks. -- Fabien -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
