package com.yahoo.dtf.actions.http; import com.yahoo.dtf.actions.reference.Referencable; import com.yahoo.dtf.exception.DTFException; /** * @dtf.tag headergroup * * @dtf.since 1.0 * @dtf.author Rodney Gomes * * @dtf.tag.desc * * * @dtf.tag.example * */ public class Headergroup extends Referencable { public void execute() throws DTFException { } }