Interface ICodeFormatter

All Known Implementing Classes:
CodeFormatter

public interface ICodeFormatter
Deprecated.
Use CodeFormatter instead (note: options have changed)
Specification for a generic source code formatter. Client plug-ins can contribute an implementation for an ICodeFormatter, through the extension point "org.aspectj.org.eclipse.jdt.core.codeFormatter". In case none is found, a default formatter can be provided through the ToolFactory.
Since:
2.0
See Also: