package tp7; public @interface Todo { String type(); String version(); int dureeapprox(); }