I just got tired of search/replace in JavaDoc parts and asked myself if the following is possible:
(I use JSP Syntax for the part that I don't know if it's posible)
public static String insert = "this ist the insert";
/**
* Display here: <%=insert%>
*/
Any ideas!?