io.sphere.sdk.attributes.AttributeGetterSetterBase Maven / Gradle / Ivy
The newest version!
package io.sphere.sdk.attributes;
interface AttributeGetterSetterBase {
String getName();
AttributeMapper getMapper();
}
package io.sphere.sdk.attributes;
interface AttributeGetterSetterBase {
String getName();
AttributeMapper getMapper();
}