Tool/Eclipse2015. 12. 10. 11:10

eclipse>Preference>Java>Code Style>Code Templates 


Comments

Files

/*

 * @(#)${file_name}

 * @(#)copyright : (c)${year}.idwook

 * @(#)compay : remo computing inc.

 *

 */


/**

 * 

 * <pre> </pre>

 * @author idwook

 * @version  1.01

 * @date  ${date}

 * @see  

 *

 * ${tags}

 */

Constructors

/**

 * <pre><h1>생성자</h1>

 * 설명 : 

 * </pre>

 * @method ${enclosing_type}

 * ${tags}

 */

Methods

/**

 * <pre><h1>제목</h1>

 * 설명 : 

 * </pre>

 * @method name ${enclosing_method}

 * ${tags}

 */

ALT + SHIFT + J 

'Tool > Eclipse' 카테고리의 다른 글

이클립스 연도별 버전  (0) 2018.12.28
Posted by idwook