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