Skip to content

Instantly share code, notes, and snippets.

@eevans
Created November 15, 2013 21:38
Show Gist options
  • Save eevans/7492077 to your computer and use it in GitHub Desktop.
Save eevans/7492077 to your computer and use it in GitHub Desktop.
import java.util.UUID;
import com.opennms.lucidity.annoations.*;
public class Address {
@Id
UUID id;
@Column
String city;
@Column
String state;
@Column
String zip;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment