Description
at line 341 of AptControlInterface:
// HACKHACK: There appear to be mirror API bugs where calling getAnnotation()
// on certain entity types will result in an endless loop. For now, work around
// this by a priori filtering... but this mechanism will drop errors that appear
// on an inapropriate type (see check below)
if (! (innerDecl instanceof AnnotationTypeDeclaration))
continue;
This code should be cleaned up - assuming this is no longer an issue with apt.