/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.venky.swf.views.controls.page; import com.venky.swf.views.controls.Control; /** * * @author venky */ public class Head extends Control{ /** * */ private static final long serialVersionUID = -7816462193972290996L; public Head(){ super("head"); } }