I can't find a general utilities (static methods) library for querying for annotations other than either using the annotations api directly and writing my own or using Springs:
Normally I would not mind using Springs but its a rather big dependency just for dealing with annotations. Maybe Commons Lang will have AnnotationUtils some day.
What are people using to query for Annotations?