RE: [aspectwerkz-dev] AW 1.0 beta 1.0 [Typed Annotations Problems]
"Jonas Boner" <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Allan. I'll look into this first thing monday morning. Weekend is busy for me. This looks like some problem with the grammar. I'll try to fix is ASAP. Thanks a lot for reporting in this bug. /Jonas -----Original Message----- From: -×× R A T Ø ××- [mailto:[email protected]] Sent: Sat 7/10/2004 4:53 PM To: [email protected] Cc: Subject: [aspectwerkz-dev] AW 1.0 beta 1.0 [Typed Annotations Problems] 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