The document discusses multi-configuration support in MTJ (Mobile Tools for Java) to help developers deal with device fragmentation in Java ME applications. It describes how MTJ allows defining multiple configurations for a project, each targeting a different device or symbol set. Code is preprocessed based on the active configuration. Content assist helps with preprocessing directives and symbols. A demo was provided of managing configurations and switching between them for preprocessing and building projects.