Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Matching on one of an annotation's values in a multivalued property?

Is it just me on my mobile device missing the actual code samples?



Am 05.04.2013 um 17:18 schrieb Matthew Adams <matthew@xxxxxxxxxxxxxxx>:

> /NB:  contrived example; pay attention to form, not substance here, please./
> 
> Consider this annotation:
> 
> Consider this annotated class:
> 
> How do I craft a type expression that means "any class where the value
> property of its @Gimme annotation contains Serializable.class"?  I tried
> 
> but that didn't work; parser complained about token "{".  I can't think of
> another way to write this (maybe it's Fridayitis).
> 
> Any suggestions?
> 
> TIA,
> Matthew
> 
> 
> 
> --
> View this message in context: http://aspectj.2085585.n4.nabble.com/Matching-on-one-of-an-annotation-s-values-in-a-multivalued-property-tp4650839.html
> Sent from the AspectJ - users mailing list archive at Nabble.com.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top