tags:

views:

54

answers:

2

Hello, I wonder if you could automatically generate header header class functions automatically for a given package (make a batch processing) ..?
Thank you.

A: 

If I've understood well what you're asking:

Window -> Preferences -> Java -> Code Style -> Code Templates

There you could configure what goes at the top of the class each time you create one for instance.

Edit after op comment clarifying the question: this is not valid if you already have a class, this come into play if you have to create it.

Alberto Zaccagni
+1  A: 

In Eclipse, place the cursor over the name of the class and press Ctrl-Shift-J. You can customize the comment in Window->Preferences->Java->Code Style->Code Templates.

Bolo
+1 for successfully reading Mercers mind
Joachim Sauer