Link to home
Start Free TrialLog in
Avatar of allelopath
allelopath

asked on

Automatically insert header in new java class

How do I setup Eclipse to automatically insert a header when I create a new Java class?
e.g. I would like something like this at the top of every new Java class file:
/*
 * Copyright 2010 Widgets Inc.,
 * All rights reserved.
 *
 * This software is the confidential and proprietary information of Widgets Inc.
 *
 */
Avatar of rodness
rodness
Flag of United States of America image

Go to Eclipse Preferences, Java, Code Style, Code Templates.

Edit the Code template for New Java Files accordingly.
ASKER CERTIFIED SOLUTION
Avatar of rodness
rodness
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial