Hi,

Sure. For example, take a look at:
http://svn.apache.org/repos/asf/myfaces/core/trunk/api/src/main/java/javax/faces/FacesException.java
If we remove the SVN stuff, we'll end up with this JavaDoc comment:
/**
* see Javadoc of <a href="
http://java.sun.com/javaee/javaserverfaces/1.2/docs/api/index.html";>JSF
Specification</a>
*
* @author Manfred Geiler
*/

Or for example:
http://svn.apache.org/repos/asf/myfaces/core/trunk/api/src/main/java/javax/faces/application/Application.java
This would become:
/**
* .....
*
* @author Manfred Geiler
* @author Stan Silvert
*/

One last example, a class added in 2.0:
http://svn.apache.org/repos/asf/myfaces/core/trunk/api/src/main/java/javax/faces/application/ResourceHandler.java
Which would end up like:
/**
* @author Simon Lessard
* @since 2.0
*/

What do you think?

BTW. I'm thinking of the best way to do this. I guess the best bet is to
do a massive find-replace on one project at a time. Generating a patch file
would be a nice way to check for possible errors...

Regards,
Jan-Kees



2010/8/10 Leonardo Uribe <lu4...@gmail.com>
>
> Hi
>
> Could you provide an explicit example about how the header of java files
should be?
>
> best regards,
>
> Leonardo

Reply via email to