Is it possible to suppress this specific warning by using @SuppressWarnings(???)? (I don’t intend to use this conversion as a view bound, so the warning isn’t useful.)
Is it possible to suppress this specific warning by using @SuppressWarnings(???) ? (I don’t
Share
Unfortunately not. The compiler ignores
@SuppressWarnings. Also see this question.