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

io.swagger.codegen.v3.generators.features.NotNullAnnotationFeatures Maven / Gradle / Ivy

There is a newer version: 1.0.54
Show newest version
package io.swagger.codegen.v3.generators.features;

public interface NotNullAnnotationFeatures {

    // Language supports generating not Null Jackson Annotation
    String NOT_NULL_JACKSON_ANNOTATION = "notNullJacksonAnnotation";

    void setNotNullJacksonAnnotation(boolean notNullJacksonAnnotation);

    boolean isNotNullJacksonAnnotation();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy