JetBrains / JetBrains/java-annotations
@TestOnly should be allowed for ElementType.PACKAGE
Abierto
- Lenguaje dominante
- Kotlin
- Estrellas
- 463
- Forks
- 72
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I have a maven module which should only be used for tests in other modules.
Therefore, it would be very useful to be able to provide the package with `@TestOnly` in a `package-info.java` and not to provide every single class of the module with it.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.