On this page:
- In the Annotation Processors page, click
. - In the Create new profile dialog box, specify the profile name.
To delete a profile, select it in the list, and click
. So doing, all modules,
associated with this profile, are moved to the default profile.
The default profile cannot be deleted.
By default, all the modules of a project are associated with the default profile.
- Select a module in the list of modules under a profile.
- Click
, or press F6 or F6F6 or F6⌥⌘V or ⌥⌘VF6, F6 or F6F6, F6 or F6. - From the drop-down list, select the target profile to move the selected module to.

- In the Annotation Processors page, select the desired annotation profile.
- Enable processing annotations by selecting the corresponding check box.
- Do the following:
- Choose location of the annotation processors. You can opt to use annotation processor from the classpath, or specify its location by choosing it from the Select Path dialog box.
- In the Directory name field, type the name of the directory where the annotation processor output will be stored. If the field is left blank, the files generated by the annotation processor will be stored under the project output directory. When the name is specified, the directory with this name will be created under the content root after performing annotation processing.
- Specify the fully-qualified names of the processors to be launched. If nothing is specified, then IntelliJ IDEA will launch all the processors detected in the specified location.
- Specify additional parameters to be passed to the annotation processors.