Created
September 9, 2016 18:51
-
-
Save tatsumibruno/84ca694243b97e1ef021c7e42e4ccb5a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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