A lot of annotations

Report a typo

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?

Select one or more options from the list
___

Create a free account to access the full topic