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

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