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

org.nutz.plugins.apidoc.annotation.ApiMatchMode Maven / Gradle / Ivy

There is a newer version: 1.r.69.v20220215
Show newest version
package org.nutz.plugins.apidoc.annotation;

/**
 * @author wendal
 *
 */
public enum ApiMatchMode {
    /**
     * 全部忽略
     */
    NONE,
    /**
     * 仅添加带@Api的类或方法
     */
    ONLY,
    /**
     * 全部入口方法
     */
    ALL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy