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

optimajet.workflow.ravendb.WorkflowScheme Maven / Gradle / Ivy

The newest version!
package optimajet.workflow.ravendb;

import com.mysema.query.annotations.QueryEntity;
import lombok.Getter;
import lombok.Setter;

@QueryEntity
@Getter
@Setter
public class WorkflowScheme {
    private String id;
    private String code;
    private String scheme;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy