-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
Currently AttributeDefinition.arbitraryDescriptors is:
private final Map<String, ModelNode> arbitraryDescriptors = new HashMap<>();
In most cases that can be Collections.emptyMap(), and if not it can be an unmodifiable map saving the need to allocate an unmodifiable wrapper every time the getter is called.