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

com.infilos.spring.utils.RespondEnum Maven / Gradle / Ivy

package com.infilos.spring.utils;

import com.fasterxml.jackson.annotation.JsonValue;

public interface RespondEnum> extends CodeBasedEnum {

    @JsonValue
    String getMessage();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy