IntelliJ IDEA 2018.2 Help

Enabling AspectJ Support Plugins

To be able to use the AspectJ support in IntelliJ IDEA Ultimate, you have to make sure that the following plugins are enabled:

  • Spring AOP/@AspectJ

  • AspectJ Support

In addition to that, you should also create a library for aspectjrt.jar.

Making sure that the necessary plugins are enabled

  1. In the Settings/Preferences dialog (e.g. Ctrl+Alt+S), type plugins.

  2. Select Plugins in the pane below the search box.

  3. On the Plugins page that opens in the right-hand part of the dialog, make sure that All plugins is selected in the Show box, and type aspectj in the search field.

  4. Make sure that the checkboxes to the right of AspectJ Support and Spring AOP/@AspectJ are selected.

  5. Click OK in the Settings dialog.

  6. If asked, restart IntelliJ IDEA.

Last modified: 20 November 2018

See Also