I have two different functions, one to return annotations with a
given type and a given value, another to return all annotations with
a given value (of any annotation type).
the code for the first is below:
> ItemQuery typeIq = AnnotationType.getQuery
> (Item.SAMPLE);
> typeIq.inc
seth redmond wrote:
> I have two different functions, one to return annotations with a
> given type and a given value, another to return all annotations with
> a given value (of any annotation type).
> the code for the first is below:
> AnnotationSimpleRestriction[] restrictions =