Closed bowbahdoe closed 2 years ago
From @Pante
I don’t think this check is enough since TypeElement includes interfaces as well. Probably need to check the ElementKind. Also probably want to check that the class isn’t abstract as well. https://github.com/bowbahdoe/magic-bean/blob/main/src/main/java/dev/mccue/magicbean/processor/AnnotationProcessor.java#L132
Not really important enough - If someone runs into this IRL we can tackle it
From @Pante