com.github.davidmoten.rx.jdbc.annotations.Query Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rxjava-jdbc Show documentation
Show all versions of rxjava-jdbc Show documentation
rx-java Observables for jdbc
package com.github.davidmoten.rx.jdbc.annotations;
import static java.lang.annotation.ElementType.TYPE;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ TYPE })
@Retention(RetentionPolicy.RUNTIME)
public @interface Query {
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy