Anyone know if its possible to write a custom AnnotationProcessor for an application that isn't an Android app? All the tutorials I've seen online using Android and Google's AutoService but i'm using Spring Boot.
e
ephemient
08/23/2022, 10:19 PM
you write an annotation processor (either APT or KSP) in the same way, regardless of whether it's meant to run on an Android project or not
all AutoService does is save you from having to write