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

cn.structure.starter.log.anno.AspectParamLog Maven / Gradle / Ivy

package cn.structure.starter.log.anno;

import java.lang.annotation.*;

/**
 * 

* 参数记录切面注解 *

* * @author chuck * @version 1.0.1 * @since 2021-01-01 */ @Inherited @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface AspectParamLog { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy