!--a11y-->
Configuring the J2EE Tools 
Use this procedure to configure the SAP NetWeaver Developer Studio to automatically synchronize your source code when you make certain changes in your EJB project (for example, deleting interfaces).
...
1. Choose Window ® Preferences
A Preferences dialog box appears.
2. From the lefthand pane in the dialog box choose Modeling ® EJB Preferences.
3. Choose the corresponding options:
Option |
Description |
Promote accessors |
Makes the get/and set accessor methods of the persistent fields visible for the clients of the container-managed entity beans (that is, when you create the persistent fields, the Developer Studio automatically creates the declaration of the accessor methods in the corresponding interfaces). |
Remove declaration |
When you delete an EJB interface from your EJB Module project, this option automatically deletes the declaration of that interface from ejb-jar.xml. If this option is not selected and you delete an interface, the Developer Studio marks the deployment descriptor as incorrect and the project cannot be deployed on the J2EE Engine. |
Hide CMP Accessors on diagram |
If selected, this option does not display the get/set accessor methods in the diagram view of the EJB Module Project. For more information, see Diagram View. |