Suppose you use an all-open plugin in the Spring project. This project contains these annotations:
@Component
annotation class UnnecessaryAnnotation
annotation class OpenAnnotation
And you have this class:
@OpenAnnotation
class NotOpenClass
How can you make the NotOpenClass class open?