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

jakarta.annotation.ParametersAreNonnullByDefault Maven / Gradle / Ivy

There is a newer version: 2.6.0.alpha0
Show newest version
package jakarta.annotation;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Retention(RetentionPolicy.RUNTIME)
public @interface ParametersAreNonnullByDefault {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy