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

js.annotations.NonStandard Maven / Gradle / Ivy

package js.annotations;

import java.lang.annotation.*;

/**
 * Non-standard. Expect poor cross-browser support.
 */
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.SOURCE)
@Documented
public @interface NonStandard {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy