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

org.iartisan.runtime.web.annotation.EnableWebLog Maven / Gradle / Ivy

The newest version!
package org.iartisan.runtime.web.annotation;

import java.lang.annotation.*;

/**
 * 启动webLog 日志
 *
 * @author King
 */
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface EnableWebLog {
    /**
     * 方法说明
     *
     * @return
     */
    String value() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy