![JAR search and dependency download from the Maven repository](/logo.png)
fr.lteconsulting.angular2gwt.ng.core.PropertyGetter Maven / Gradle / Ivy
package fr.lteconsulting.angular2gwt.ng.core;
/**
* Put this annotation on a getter method to use it to simulate a javascript property on the class (which should be @JsType(isNative=false))
*/
public @interface PropertyGetter
{
String name() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy