TP2: add class annotations.
[TP_POO.git] / TP2 / Forme.java
index c90aa31275f2e37ba48b84f01c205187c92489f1..cdef6b5da1443e4c3ebc9c579fbd48c7956050f2 100644 (file)
@@ -1,4 +1,8 @@
 
+@ClassPreamble (
+    author = "Jérôme Benoit",
+    date = "11/17/2008"
+)
 public abstract class Forme implements Affichable {
     private Point pOri;