1 2 3 4 5 6 7
package tp7; public @interface Todo { String type(); String version(); int dureeapprox(); }