![JAR search and dependency download from the Maven repository](/logo.png)
java.lang.SuppressWarnings Maven / Gradle / Ivy
package java.lang;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.*;
@Target({TYPE, FIELD, METHOD, PARAMETER, CONSTRUCTOR, LOCAL_VARIABLE})
@Retention(RetentionPolicy.SOURCE)
public @interface SuppressWarnings {
String[] value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy