// This rule specifies what your type
(class/i-face)
// header should look like. The header is the comment
// before the package statement.
// Example:
//============================
// MyCompany
//----------------------------
// Copyright 1999-2005
//
// $Revision: 1.3 $
// $Date: 2005/07/04 04:11:36 $
//============================
package com.mycompany.test;
...