When a new class is generated in eclipse a title which may looks like this is generated:
/*
* $Id $
*
* $Date$
* $Revision$
* $Author$
*
* Copyright YourCompany${year}, All Rights Reserved.
*/
Do yo know if there is a way to change this title for somethink custom and if there is a way to apply it automaticaly to all te classes which already exists?
cheers,
You can change this in code templates (Preferences->Java->Code Style->Code Templates), but no, you can’t apply it to all classes which already exist.
The particular comment that you’re looking for is (probably) in Comments->Files.