Join Slack
Powered by
Is it possible with kapt to have an annotated clas...
# kapt
r
raulraja
08/06/2017, 11:56 PM
Is it possible with kapt to have an annotated class implement an interface? For example:
Copy code
@myannotation class A
I'd like it to expand into something like:
Copy code
class A : B
Where B is provided by the processor for
myannotation
. thanks!
2
Views
Open in Slack
Previous
Next