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

org.voovan.tools.aop.annotation.Aop Maven / Gradle / Ivy

There is a newer version: 4.3.8
Show newest version
package org.voovan.tools.aop.annotation;

import java.lang.annotation.*;

/**
 * 切面扫描点类
 *
 * @author: helyho
 * DBase Framework.
 * WebSite: https://github.com/helyho/DBase
 * Licence: Apache v2 License
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Aop {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy