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

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

Go to download

A maven build plugin which helps you generate API document during build phase

There is a newer version: 3.1.8
Show newest version
package com.github.kongchen.swagger.docgen;

import com.fasterxml.jackson.annotation.JsonRawValue;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy