I have the array support just about done, but then I got a bit bogged down in the rest of the proposal that Matthew discusses in the bugzilla he referenced. I'll try and get that array support out soon.
cheers Andy On 13 April 2013 22:09, Matthew Adams <[email protected]> wrote: > That's an enhancement. See > https://bugs.eclipse.org/bugs/show_bug.cgi?id=405016. > > > On Fri, Apr 12, 2013 at 6:43 PM, Jay Roberts <[email protected]> wrote: > >> Hi, >> >> I'd like to be able to do something like: >> >> @Around("execution(@javax.ws.rs.Consumes({MediaType.MULTIPART_FORM_DATA}) >> * *.*(..))") >> >> >> where the matching uses the value of an annotation element. >> >> The compiler recognizes what I'd like to do, but admits: >> >> [ERROR] Compiler limitation: annotation value support not implemented for >> type java.lang.String[] >> >> So I'm wondering one of two things: >> >> 1) Is this going to be implemented anytime soon? >> >> 2) Is there any sort of workaround to make this happen? >> >> Thanks! >> >> Jay Roberts >> >> >> _______________________________________________ >> aspectj-users mailing list >> [email protected] >> https://dev.eclipse.org/mailman/listinfo/aspectj-users >> >> > > > -- > mailto:[email protected] <[email protected]> > skype:matthewadams12 > googletalk:[email protected] > http://matthewadams.me > http://www.linkedin.com/in/matthewadams > > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users > >
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
