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

com.mangofactory.swagger.models.dto.AllowableValues Maven / Gradle / Ivy

The newest version!
package com.mangofactory.swagger.models.dto;

import com.fasterxml.jackson.annotation.JsonSubTypes;

@JsonSubTypes({
        @JsonSubTypes.Type(value = AllowableListValues.class),
        @JsonSubTypes.Type(value = AllowableRangeValues.class) })
public interface AllowableValues {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy