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

io.github.cdklabs.projen.InitProjectOptionHints Maven / Gradle / Ivy

package io.github.cdklabs.projen;

/**
 * (experimental) Choices for how to display commented out options in projenrc files.
 * 

* Does not apply to projenrc.json files. */ @javax.annotation.Generated(value = "jsii-pacmak/1.50.0 (build d1830a4)", date = "2022-01-03T02:39:48.189Z") @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) @software.amazon.jsii.Jsii(module = io.github.cdklabs.projen.$Module.class, fqn = "projen.InitProjectOptionHints") public enum InitProjectOptionHints { /** * (experimental) Display all possible options (grouped by which interface they belong to). */ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) ALL, /** * (experimental) Display only featured options, in alphabetical order. */ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) FEATURED, /** * (experimental) Display no extra options. */ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) NONE, }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy