JetBrains / java-annotations

Annotations for JVM-based languages.
Apache License 2.0
404 stars 47 forks source link

Why @Language is not annotated by @Retention(RetentionPolicy.RUNTIME)? #31

Closed moonfruit closed 4 years ago

moonfruit commented 4 years ago

Why @Language is not annotated by @Retention(RetentionPolicy.RUNTIME)? If so, we can use @Language across projects. We can build the jetbrain hint in the jar, so that everybody use our jar will already benefit from this.