package javax.persistence;
import java.lang.annotation.Documented;
/**
* Created by socheat on 12/06/14.
*/
@java.lang.annotation.Target({java.lang.annotation.ElementType.FIELD})
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
@Documented
public @interface Indexed {
}