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

com.github.yulichang.adapter.v352.AbstractMethod352 Maven / Gradle / Ivy

There is a newer version: 1.5.2
Show newest version
package com.github.yulichang.adapter.v352;

import com.baomidou.mybatisplus.core.injector.AbstractMethod;

/**
 * @author yulichang
 * @since 1.4.3
 */
public abstract class AbstractMethod352 extends AbstractMethod {

    @Deprecated
    public AbstractMethod352() {
        super();
    }

    public AbstractMethod352(String methodName) {
        super(methodName);
    }
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy