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