
com.yomahub.liteflow.annotation.FallbackCmp Maven / Gradle / Ivy
The newest version!
package com.yomahub.liteflow.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 降级组件
*
* @author DaleLee
* @since 2.11.1
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface FallbackCmp {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy