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

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