You can create any annotations you want, but they will be stripped out during the GWT compilation process because there is no concept of annotations during runtime (in Javascript). You can use annotations in your client side classes and process them using generators during the GWT compilation process to generate any additional code you want.
-- Arthur Kalmenson On Sat, Jan 10, 2009 at 12:18 PM, [email protected] <[email protected]> wrote: > > Hi, > > is it possible to write my own annotations for GWT? > My Problem is how the get access to the value of the annotation after > i created it? > clazz.getAnnotation(Annotation.class) can't work, because of the > binding mechanism of GWT. > > Any Help? > > Thank you > Eeth > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
