Skip to content

jacksontwu/CommonCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommonCheck

install

<dependency>
  <groupId>io.github.jacksontwu</groupId>
  <artifactId>commoncheck</artifactId>
  <version>1.0.1</version>
</dependency>

how to use

Req req = new Req();
Test t = new Test();
Rsp rsp = new ProcessProxy<Test,Req,Rsp>.process(req);