toString()
and equals()
,
their behavior for the specific class should be described. For equals()
that would be the fields
compared. For toString()
that would be the representation returned.
/* Copyright (C)
2001, 2008 United States Government as represented by
the Administrator of the National Aeronautics and Space
Administration.
All Rights Reserved.
*/
package ${PACKAGE_NAME};
/**
* @author ${USER}
* @version $Id$
*/
Then remove the package name property from first line of the Class and Interface items of the Templates tab in the File Templates dialog. (The package name is in the "include" now, so it gets inserted after the copyright.) Test it out by creating a dummy class. Unfortunately this set-up is a personal configuration in IDEA, not project specific.