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("________________")
}