![JAR search and dependency download from the Maven repository](/logo.png)
com.intendia.gwt.autorest.client.AutoRestGwt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of autorest-gwt Show documentation
Show all versions of autorest-gwt Show documentation
GWT Reference implementation using RxJava-GWT and JsInterop.
package com.intendia.gwt.autorest.client;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ ElementType.TYPE })
@Retention(RetentionPolicy.RUNTIME)
public @interface AutoRestGwt {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy