@groovy.transform.EqualsAndHashCode(includes = ['name']) @groovy.transform.ToString(includes = ['profile', 'name']) @groovy.transform.CompileStatic class DefaultFeature extends java.lang.Object
Default implementation of the Feature interface
| Type | Name and description | 
|---|---|
| java.util.List<java.lang.String> | buildPlugins | 
| NavigableMap | configuration | 
| java.util.List<org.eclipse.aether.graph.Dependency> | dependencies | 
| Resource | location | 
| java.lang.String | name | 
| Profile | profile | 
| Constructor and description | 
|---|
| DefaultFeature
                                (Profile profile, java.lang.String name, Resource location) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | java.lang.String | getDescription() | 
| 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() |