Java Reference
In-Depth Information
public class HelloServlet extends HttpServlet {
@Inject
private Customer customer;
public void doGet (HttpServletRequest req,
HttpServletResponse res)
throws ServletException, IOException {
// some code
}
}
Search WWH ::




Custom Search