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

io.swagger.oas.annotations.enums.Explode Maven / Gradle / Ivy

There is a newer version: 2.0.0-rc2
Show newest version
package io.swagger.oas.annotations.enums;

/**
 * Created by rafaellopez on 7/10/17.
 */
public enum Explode {
    DEFAULT, FALSE, TRUE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy