Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 296 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 296 Bytes

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);