In my annotation processor, I want to check if the...
# kapt
m
In my annotation processor, I want to check if the annotated object is extending an interface. How can I do that? (Check if the annotated element is an object and check if it’s implementing the interface?)