Content assist and EJB 3.x
The content assist tool is a feature of the workbench. You can type code in your Java™ editor and the content assist tool recommends possible ways to complete your code.
With the introduction of Java EE 5, the content assist tool in the application development workbench has been enhanced. Content assist now recognizes EJB 3.x structures. It provides content assist content when the project has the EJB 3.x facet enabled, and provides component defining content assist when the project does not have any Java EE facets enabled.
Content assist template support also exists for some of the EJB 3.x annotations, such as @Resource, to provide an annotation with initial attribute values.
Figure 1. Content assist for @Resource
