![JAR search and dependency download from the Maven repository](/logo.png)
java.lang.Override Maven / Gradle / Ivy
package java.lang;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.SOURCE)
public @interface Override {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy