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

org.cobraparser.js.HideFromJS Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package org.cobraparser.js;

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

/**
 * Ensures that a function or property is hidden from JS
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface HideFromJS {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy