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

com.tencent.devops.leaf.common.ZeroIDGen Maven / Gradle / Ivy

There is a newer version: 1.0.2-RELEASE
Show newest version
package com.tencent.devops.leaf.common;

import com.tencent.devops.leaf.IDGen;

public class ZeroIDGen implements IDGen {
    @Override
    public Result get(String key) {
        return new Result(0, Status.SUCCESS);
    }

    @Override
    public boolean init() {
        return true;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy