Implement mixins at the VCS level, on the Node object.
Internal API added on Node:
String[] getMixinTypes();
boolean hasMixinType(String mixin);
void addMixinType(String mixin);
void removeMixinType(String mixin);
Implement mixins at the VCS level, on the Node object.
Internal API added on Node:
String[] getMixinTypes();
boolean hasMixinType(String mixin);
void addMixinType(String mixin);
void removeMixinType(String mixin);