Make annotation as all-open

Report a typo

Suppose you have a Kotlin-Spring application using an all-open plugin. Your project contains an annotation class that is named MyOpenAnnotation and it is in the com.my.project package. How do you make it an all-open annotation?

allOpen {
    annotation("________________")
}
Enter a short text
___

Create a free account to access the full topic