×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Dauda Ainoo
Added: May 10, 2020 10:39 AM
Views: 4324
Tags: no tags
  1. <#if package?? && package != "">
  2. package ${package};
  3.  
  4. </#if>
  5. /**
  6. * @author ${user} <Daud Ainoo at CtrlOpton.com>
  7. * @date ${date?date?string("EEE dd MMM, yyyy")}
  8. * @time ${time?time?string("HH.mm.ss a")}
  9.  */
  10. public class ${name} {
  11.  
  12. }
  13.