package com.yahoo.dtf.actions.info; import com.yahoo.dtf.actions.util.CDATA; /** * @dtf.tag email * @dtf.skip.index * * @dtf.since 1.0 * @dtf.author Rodney Gomes * * @dtf.tag.desc Identifies who the email of the author of the testcase is. * * @dtf.tag.example * <email>author@server.com</email> */ public class Email extends CDATA { }