package pt.iscte.ci.metadata; /** * * @author Paulo Zenida * */ public @interface ISCTE { String comment() default ""; String author() default ""; }