https://kotlinlang.org logo
#spring
Title
y

yan

05/05/2016, 12:58 PM
@sdeleuze: Unfortunately, you can’t add an
open
modifier using kapt. But it is possible to make a new compiler plugin which will accept a list of annotation qualified names, and all classes annotated with such annotations will become
open
by default.