Closed vkryl closed 8 months ago
//noinspection unchecked suppresses unchecked cast warning only in the IDE. @SuppressWarning annotation properly suppresses both IDE and the compiler warnings.
//noinspection unchecked
@SuppressWarning
//noinspection unchecked
suppresses unchecked cast warning only in the IDE.@SuppressWarning
annotation properly suppresses both IDE and the compiler warnings.