summaryrefslogtreecommitdiff
path: root/tutorial/examples/multimeta/MyPerson3.oj
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/examples/multimeta/MyPerson3.oj')
-rw-r--r--tutorial/examples/multimeta/MyPerson3.oj14
1 files changed, 14 insertions, 0 deletions
diff --git a/tutorial/examples/multimeta/MyPerson3.oj b/tutorial/examples/multimeta/MyPerson3.oj
new file mode 100644
index 0000000..484e003
--- /dev/null
+++ b/tutorial/examples/multimeta/MyPerson3.oj
@@ -0,0 +1,14 @@
+package examples.multimeta;
+
+
+import examples.verbose.VerboseClass;
+
+
+public class MyPerson3 instantiates CombinedClass
+ extends Object implements Runnable
+ obeys VerboseClass, VerboseClass, VerboseClass, VerboseClass
+{
+ public String name;
+ public int age;
+ public void run() {}
+}