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

io.committed.invest.graphql.ui.UiPluginsSettings Maven / Gradle / Ivy

There is a newer version: 0.7.2
Show newest version
package io.committed.invest.graphql.ui;

import java.util.List;

import lombok.Data;

import org.springframework.boot.context.properties.ConfigurationProperties;

/** Settings for the UI plugins */
@Data
@ConfigurationProperties("invest.ui")
public class UiPluginsSettings {

  /**
   * Specify the plugins order of plugins in the UI.
   *
   * 

Any available plugins not on this list will be placed at the end (and unordered relative to * one another). */ private List plugins = null; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy