com.mobgen.halo.android.content.annotations.HaloQueries Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of halo-content-annotations Show documentation
Show all versions of halo-content-annotations Show documentation
Annotations to generate the code
package com.mobgen.halo.android.content.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import javax.management.Query;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.SOURCE)
public @interface HaloQueries {
HaloQuery[] queries();
}