
com.yomahub.liteflow.annotation.LFAliasFor Maven / Gradle / Ivy
The newest version!
package com.yomahub.liteflow.annotation;
import java.lang.annotation.*;
/**
* @author Bryan.Zhang
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Documented
public @interface LFAliasFor {
String value() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy