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

xyz.migoo.framework.infra.enums.BindAuthenticatorEnum Maven / Gradle / Ivy

The newest version!
package xyz.migoo.framework.infra.enums;

import lombok.AllArgsConstructor;
import lombok.Getter;

@Getter
@AllArgsConstructor
public enum BindAuthenticatorEnum {

    INIT(0),
    IS_BIND(1);

    private final Integer number;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy