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

com.github.kongchen.swagger.docgen.PropertyExampleMixIn Maven / Gradle / Ivy

The newest version!
package com.github.kongchen.swagger.docgen;

import com.fasterxml.jackson.annotation.JsonRawValue;

abstract class PropertyExampleMixIn {
    PropertyExampleMixIn() { }
    
    @JsonRawValue abstract Object getExample();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy