
io.rudin.rt.api.annotations.RTObservable Maven / Gradle / Ivy
The newest version!
package io.rudin.rt.api.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import javax.inject.Qualifier;
@Target({ElementType.TYPE, ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Qualifier
public @interface RTObservable
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy