Catatumbo - Entity Annotation with Kind
import com.jmethods.catatumbo.Entity;
@Entity(kind="People")
public class Person {
//members of Person go here. For example, id, firstName, lastName and their
//corresponding accessor and mutator methods.
}