Hello All,
I'd like to perform a batch refactoring that inserted a static import. As far as I can tell the closest you can get is Shorten fully qualified names. I'm not sure how to encode this request: maybe a replacement @Modifier("static") ?
$field$ = ($T$)@Modifier("static")com.google.common.base.Preconditions.checkNotNull($arg$);
Or maybe there's an easier way to achieve this already?
Please advise,
- Luke