Reports annotations in the 'single element' shorthand form, like @Retention(RUNTIME).

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