UnusedTypeParameter
This type parameter is unused and can be removed.

Severity
WARNING

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("UnusedTypeParameter") to the enclosing element.