<!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, 2005 IBM Corporation and others.
All rights reserved. º» ÇÁ·Î±×·¥ ¹× º» ÇÁ·Î±×·¥¿¡ µ¿ºÀµÇ´Â ÀÚ·á´Â º» ¹èÆ÷¹°¿¡ µ¿ºÀµÇ´Â Eclipse Public License v1.0ÀÇ Á¶Ç׿¡ µû¶ó »ç¿ëÇØ¾ß Çϸç
À¥ »çÀÌÆ®(http://www.eclipse.org/legal/epl-v10.html)¿¡¼µµ °ü·Ã »çÇ×À» ÂüÁ¶ÇÒ ¼ö ÀÖ½À´Ï´Ù.