persistable sclass Pt_meta > Pt is IMeta { *(Point p) { super(p); } *(int x, int y) { super(x, y); } !include #1033864 // Meta mix-in }