<!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
ÀÇ °ø¿ë ±¸ÇöÀ̾î¾ß ÇÕ´Ï´Ù. ICodeFormatter
ÀÇ ±¸Çö ¿¹Á¦: <extension point=
"org.eclipse.jdt.core.codeFormatter"
>
<codeFormatter class=
"com.example.MyCodeFormatter"
/>
</extension>
Copyright (c) 2000, 2004 IBM Corporation and others.
All rights reserved.
º» ÇÁ·Î±×·¥ ¹× º» ÇÁ·Î±×·¥¿¡ µ¿ºÀµÇ´Â ÀÚ·á´Â
º» ¹èÆ÷¹°¿¡ µ¿ºÀµÇ´Â ÀÏ¹Ý °ø¿ë ¶óÀ̼¾½º v1.0ÀÇ Á¶Ç׿¡ µû¶ó
http://www.eclipse.org/legal/cpl-v10.html¿¡¼
»ç¿ë °¡´ÉÇÕ´Ï´Ù.