Hi there, is there an annotation or something simi...
# intellij
t
Hi there, is there an annotation or something similar to indicate that a static method is meant to be statically auto-imported when you first use it in a file? I keep having to call it on the class first and then use the static import intention; not a big deal but it might lead to inconsistency if other callers don't do the same