exo5: Add code skeleton.
[Project_POO.git] / exo4 / Main.java
index d45409374e5890373258777463b65981b5ea53d8..040c2e2e356b8f755a5e3f723c0c8ffe7b5ec19d 100644 (file)
@@ -1,5 +1,5 @@
 import java.util.LinkedList;
-import java.lang.reflect.Method;
+//import java.lang.reflect.Method;
 import java.lang.annotation.Annotation;
 
 class Main {
@@ -26,7 +26,7 @@ class Main {
                 System.out.println("No annotation for " + cl.getName());
                 continue;
 
-            System.out.println("Annotation date = " + classPreamble.date());
+            //System.out.println("Annotation date = " + classPreamble.date());
         }
     }
 }