/param-validator

Parameter verification of Java Web API interface

Primary LanguageJavaApache License 2.0Apache-2.0

param-validator

Build Status License Maven central

demo project https://github.com/shootercheng/param-validator-demo

Maven

<dependency>
  <groupId>com.github.catdou</groupId>
  <artifactId>param-validator</artifactId>
  <version>1.0</version>
</dependency>

Gradle

implementation 'com.github.catdou:param-validator:1.0'