On Tue, Dec 30, 2008 at 4:32 AM, zujee <[email protected]> wrote:
>
> Hi ,
> Is there any way to do the annotaion path as dynamic.
> Right now I'm using gwt incubator and for reading a file im using like
>
> @Resource("mypath/myfile.xml") in my ImmutableResourceBundle extending
> interface.

My understanding is that Annotation arguments are resolved at
compile-time (I think this is why Annotations have a very limited set
of parameter types).

You probably want to go a non-annotations route if you need some kind
of run-time dynamic.

-Dave

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to