Enum Class SuppressableWarnings

java.lang.Object
java.lang.Enum<SuppressableWarnings>
org.tquadrat.foundation.javacomposer.SuppressableWarnings
All Implemented Interfaces:
Serializable, Comparable<SuppressableWarnings>, Constable

@ClassVersion(sourceVersion="$Id: SuppressableWarnings.java 1085 2024-01-05 16:23:28Z tquadrat $") @API(status=STABLE, since="0.0.5") public enum SuppressableWarnings extends Enum<SuppressableWarnings>

Warnings that can be suppressed with the @SuppressWarnings annotation.

There are different – partially overlapping – sets of these warnings and the arguments to the annotation; one is defined by Java directly, another one is defined by Eclipse, a third one by IntelliJ IDEA (see https://gist.github.com/vegaasen/157fbc6dce8545b7f12c for a – not exhausting – list). Other IDEs and/or Java distributions may add more.

Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: SuppressableWarnings.java 1085 2024-01-05 16:23:28Z tquadrat $
Since:
0.0.5
See Also:
UML Diagram
UML Diagram for "org.tquadrat.foundation.javacomposer.SuppressableWarnings"

UML Diagram for "org.tquadrat.foundation.javacomposer.SuppressableWarnings"

UML Diagram for "org.tquadrat.foundation.javacomposer.SuppressableWarnings"