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