kohsuke / metainf-services

Generates META-INF/services files automatically
http://metainf-services.kohsuke.org/
69 stars 26 forks source link

AnnotationProcessorImpl throws AssertionError #17

Open efenglu opened 5 years ago

efenglu commented 5 years ago

AnnotationProcessorImpl#getContracts throws AssertionError line 141.

Should return the list of types as specified in MetaInfServices

efenglu commented 5 years ago

I run into this issue when trying to reference an interface that is in my same maven module.

For whatever reason the a.value() method is returning null