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

com.lacunasoftware.restpkicore.RestGeneralErrorModel Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
package com.lacunasoftware.restpkicore;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

/**
 * Created by desenv on 28/08/2015.
 */
@JsonIgnoreProperties(ignoreUnknown = true)
class RestGeneralErrorModel {
    public String message;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy