µµÀÔ: 2.0
¼³¸í: ÀÌ È®ÀåÁ¡À» »ç¿ëÇϸé Ŭ¶óÀÌ¾ðÆ®¸¦ »õ ¼Ò½º ÄÚµå Æ÷¸ËÅÍ ±¸Çö¿¡ µµ¿òÀÌ µË´Ï´Ù.
±¸¼º ¸¶Å©¾÷:
<!ELEMENT extension (codeFormatter*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA
#IMPLIED
name CDATA
#IMPLIED
>
<!ELEMENT codeFormatter EMPTY>
<!ATTLIST codeFormatter
class CDATA #REQUIRED
>
org.eclipse.jdt.core.ICodeFormatter
ÀÇ public ±¸ÇöÀ̾î¾ß ÇÕ´Ï´Ù.ICodeFormatter
ÀÇ ±¸Çö ¿¹Á¦ <extension point="org.eclipse.jdt.core.codeFormatter"> <codeFormatter class="com.example.MyCodeFormatter"/> </extension>