* Retrieves and adds the annotations.
*
* @param attrs
*/
private void addAnnotations(final Attribute attrs) {
Attribute attributes = attrs;
while (attributes != null) {
if (attributes instanceof RuntimeInvisibleAnnotations) {
for (Iterator it = ((RuntimeInvisibleAnnotations)attributes).annotations.iterator(); it.hasNext();) {
Annotation annotation = (Annotation)it.next();
if (CustomAttribute.TYPE.equals(annotation.type)) {