com.mobgen.halo.android.content.annotations.HaloConstructor 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;
@Target(ElementType.CONSTRUCTOR)
@Retention(RetentionPolicy.RUNTIME)
public @interface HaloConstructor {
String [] columnNames();
}