@Retention(RUNTIME)
The quick fix for this inspection converts annotation to the 'normal' form (with attribute name), e.g. @Retention(value=RUNTIME).
@Retention(value=RUNTIME)