Sign in
eclipse
/
gerrit
/
jeetools
/
webtools.javaee
/
78668ee96e7f71a3f49c0b2888e25c8154e64764
/
.
/
plugins
/
org.eclipse.jst.j2ee.ejb
/
templates
/
_imports.template
blob: fde7b4b6120ff761fadefcba16c1e816a27b8561 [
file
] [
log
] [
blame
]
<%
Collection
<
String
>
imports
=
model
.
getImports
();
for
(
String
anImport
:
imports
)
{
%>
import
<%=
anImport %>;
<%
}
%>