![JAR search and dependency download from the Maven repository](/logo.png)
org.lwjgl.system.NonnullDefault Maven / Gradle / Ivy
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.system;
import javax.annotation.*;
import javax.annotation.meta.*;
import java.lang.annotation.*;
@Documented
@Nonnull
@TypeQualifierDefault({ ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER })
@Retention(RetentionPolicy.RUNTIME)
public @interface NonnullDefault {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy