Skip to content

Instantly share code, notes, and snippets.

@jganoff
Created May 22, 2011 04:08
Show Gist options
  • Save jganoff/985174 to your computer and use it in GitHub Desktop.
Save jganoff/985174 to your computer and use it in GitHub Desktop.
public interface Report<T extends ReportDataSource, I extends ReportInstance> {
I fill(T dataSource, Map<String, Object> parameters) throws ReportException;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment