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

com.feingto.cloud.plugin.annotation.PluginBeforeAdvice Maven / Gradle / Ivy

package com.feingto.cloud.plugin.annotation;

import java.lang.annotation.*;

/**
 * 插件前置通知元注解
 *
 * @author longfei
 */
@Documented
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface PluginBeforeAdvice {
    String expression();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy