Far too many changes to know where to begin; for now I will deprecate the older entries until I have had time to decide what to do with them.
Clearly, more to come.
Syntax Highlighter test:
public class Test extends BigTest {
private Integer id;
public Test(Integer id) {
this.id = id;
}
public Integer getId() {
return id;
}
}