TP2: add class annotations.
[TP_POO.git] / TP2 / Entiers.java
index 602ec8f573cda8a2de272e71a5ea58109c8d6a4e..b11f364ac9016a23dd947448f9e459dd6e753d06 100644 (file)
@@ -1,4 +1,8 @@
 
+@ClassPreamble (
+    author = "Jérôme Benoit",
+    date = "05/03/2009"
+)
 class Entiers extends Structure {
     private int int_array[];
     private int array_size;
@@ -112,5 +116,4 @@ class Entiers extends Structure {
             current_size = 0;
         }
     }
-
 }