@Beta public interface MutableAttributes extends ScopeAttributes
Modifier and Type | Method and Description |
---|---|
<T> void |
removeAttribute(Class<T> type) |
void |
removeAttribute(String key) |
void |
setAttribute(String key,
Object value) |
<T> void |
setAttribute(T value) |
getAttribute, getAttribute, getAttributes