All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.leftins.tools.aspect.ValidationParamOperate Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
package com.leftins.tools.aspect;

/**
 * @author liugh
 * @since on 2018/5/10.
 */
public class ValidationParamOperate extends AspectHandler{
    @Override
    protected ValidationParam factoryMethod() {
        return  new ValidationParam();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy