WIP:site
[hibernate-maven-plugin] / b / Person.java
1 package b;
2
3
4 public class Person
5 {
6   private int id;
7   private String name;
8 }