Skip to content

Instantly share code, notes, and snippets.

@tatsumibruno
Created September 9, 2016 18:51
Show Gist options
  • Save tatsumibruno/84ca694243b97e1ef021c7e42e4ccb5a to your computer and use it in GitHub Desktop.
Save tatsumibruno/84ca694243b97e1ef021c7e42e4ccb5a to your computer and use it in GitHub Desktop.
public interface ModeloIntegracaoRecebimento<T extends IntegracaoDTO> {
void copyFromDTO(T dto);
Long getRefId();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment