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

graphql.kickstart.autoconfigure.editor.playground.properties.PlaygroundCdn Maven / Gradle / Ivy

The newest version!
package graphql.kickstart.autoconfigure.editor.playground.properties;

import jakarta.validation.constraints.NotBlank;
import lombok.Data;

@Data
public class PlaygroundCdn {

  private boolean enabled;
  @NotBlank private String version = "latest";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy