SELF
- type extending this interfaceHasAttributes
ArtifactView
, Configuration
, ConfigurationVariant
@Incubating public interface HasConfigurableAttributes<SELF> extends HasAttributes
AttributeContainer
that is configurable.Modifier and Type | Method | Description |
---|---|---|
SELF |
attributes(Action<? super AttributeContainer> action) |
Configure the attribute container that provides the attributes
associated with this domain object.
|
getAttributes
@Incubating SELF attributes(Action<? super AttributeContainer> action)