[aspectwerkz-dev] AW 1.0 beta 1.0 [Typed Annotations Problems]
-×× R A T Ø ××- <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Jonas, Hi Alex,
I was trying to use AW 1.0 beta 1 and I found some problems in typed
annotations.
When I use some thing like:
@SomeAnnotation someString="someValue"
the someString field in my AnnotationProxy receives the value of
"\"someValue\""
( myAnnotationProxy.setsomeString("\"someValue\"") )
and when I try to use
@SomeAnnotation someString="Hello 'world'."
I get an error when compiling the annotation, because of the first ' .
Is that a problem or I´m using it the wrong way?
Good Job
Regards,
Allan Jones