I am getting the following error when compiling code that uses my annotation processor:
error: Could not instantiate an instance of processor 'com.mycompany.AutoWrapperProcessor'
Any tips for how to debug this? The error output is not useful at all. Is there any way to get more verbose errors?