Skip to content

Instantly share code, notes, and snippets.

@paulweb515
Created October 9, 2013 14:01
Show Gist options
  • Save paulweb515/6901788 to your computer and use it in GitHub Desktop.
Save paulweb515/6901788 to your computer and use it in GitHub Desktop.
public class HandlerProcessingAddon {
@Inject
private IEventBroker eventBroker;
@PostConstruct
public void postConstruct(MApplication application, EModelService modelService) {
// stuff goes here.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment