IntelliJ IDEA 2017.3 Help

Defining Bean Class and Package

This feature is only supported in the Ultimate edition.

You can define the bean class and package by means of editing the source code, or use the tools provided byIntelliJ IDEA.

To define bean class and package

  1. Open the New Bean dialog box.

    Alternatively, open the desired bean for editing, and click the Change EJB Classes button.

  2. In the <ejb-name > field, specify the bean name that will be complemented with a prefix and suffix configured in the Java EE Names tab of the Global Code Style dialog box.
  3. In the Package field, specify the name of the package where the bean will reside. In the EJB class field, specify class name for this bean.
Last modified: 6 March 2018

See Also

Reference:

Concepts: