Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Timo Lövenich http://www.tkl-soft.de

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Eclipse template: User specific comment for new methods

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

Usefull for multiuser-projects!

Pattern:
   1  
   2  // ${todo} ${user}: not yet implemented - ${enclosing_method}
   3  ${body_statement}

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS