@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Documented @Conditional(value=io.spring.initializr.generator.condition.OnBuildSystemCondition.class) public @interface ConditionalOnBuildSystem
BuildSystem.| Modifier and Type | Optional Element and Description |
|---|---|
String |
dialect
The dialect of the
BuildSystem that should be checked. |
String |
id
The ID of the
BuildSystem that should be checked. |
String |
value
The ID of the
BuildSystem that should be checked. |
@AliasFor(value="id") public abstract String value
BuildSystem that should be checked.id().@AliasFor(value="value") public abstract String id
BuildSystem that should be checked.public abstract String dialect
BuildSystem that should be checked. When not specified,
any dialect will be matched.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.