@groovy.transform.EqualsAndHashCode(includes: [name]) @groovy.transform.ToString(includes: [profile, name]) @groovy.transform.CompileStatic class DefaultFeature extends java.lang.Object implements Feature
Default implementation of the Feature interface
| Type | Name and description | 
|---|---|
| java.util.List<java.lang.String> | buildPlugins | 
| java.util.NavigableMap | configuration | 
| java.util.List<Dependency> | dependencies | 
| org.springframework.core.io.Resource | location | 
| java.lang.String | name | 
| Profile | profile | 
| Constructor and description | 
|---|
| DefaultFeature
                                (Profile profile, java.lang.String name, org.springframework.core.io.Resource location) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | java.lang.String | getDescription() | 
|  | static boolean | isSupportedOs(java.lang.String os) | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Groovy Documentation