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

annotation.java.lang.StringLength Maven / Gradle / Ivy

package annotation.java.lang;

import org.stjs.javascript.annotation.Template;

/**
 * this class is used to be able to annotate the {@link String#length()} method.
 * 
 * @author acraciun
 * 
 */
abstract public class StringLength {
	@Template("toProperty")
	abstract public int length();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy