Annotation processing exception: "Failed to analyze: java.lang.reflect.InvocationTargetException"

It does! Catching the MirroredTypeException and extracting the typeMirror from it did the trick.
Thanks