- Open the desired class for editing.
- Add the @Name Seam annotation:

Tip
If the corresponding import statements are missing, use the import assistant prompt.
You can define Seam components in two ways:
A component can be declared both with an annotation, and with an entry in the components.xml file. The components.xml file is used to specify additional properties of a component.

Tip
If the corresponding import statements are missing, use the import assistant prompt.