All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.system.NonnullDefault Maven / Gradle / Ivy

There is a newer version: 3.3.4
Show newest version
/*
 * 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 - 2024 Weber Informatics LLC | Privacy Policy