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

com.artemis.backends.gwt.emu.java.lang.SafeVarargs Maven / Gradle / Ivy

The newest version!
package java.lang;

import java.lang.annotation.*;

/**
 * @author Daan van Yperen
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.CONSTRUCTOR, ElementType.METHOD})
public @interface SafeVarargs {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy