@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Documented @Conditional(value=io.spring.initializr.generator.condition.OnRequestedDependencyCondition.class) public @interface ConditionalOnRequestedDependency
ProjectDescription
defines a particular
dependency. A generated project may ultimately define a different set of dependencies
according to the contributors that have been executed. To contribute to the project
according to the real set, prefer querying the model itself rather than using this
condition.public abstract String value
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.