How to write automatically auther name created date when I create jsp in Eclipse is there any shortcut or template available that work for me
in java file we annotation @author to write auther's name (i.e)
/**
@auther xyz
*/
but what are the possible ways to write it in JSP
I want to write below option
Author:xyz
Document:xyzd.jsp
Created Date:22th sep 2013