MissingRefasterAnnotation
WARNING
LikelyError
Summary
The Refaster rule contains a method without any Refaster annotations
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MissingRefasterAnnotation")
to the enclosing element.Disable this pattern completely by adding
-Xep:MissingRefasterAnnotation:OFF
as compiler argument. Learn more.