Skip to content

Instantly share code, notes, and snippets.

@hussachai
Created October 27, 2013 07:13
Show Gist options
  • Save hussachai/7178731 to your computer and use it in GitHub Desktop.
Save hussachai/7178731 to your computer and use it in GitHub Desktop.
@UrlBinding("/bugzooky/multiBug.action")
public class MultiBugActionBean extends BugzookyActionBean {
@Service(impl=BugManagerImpl.class)
@Autowired
@EJB
private BugManager bugManager;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment