Annotation Type CustomerSegmentTypes
-
@Retention(RUNTIME) public @interface CustomerSegmentTypes
Annotation for use on a Spring @Configuration class to designate a setCustomerSegmentType
to be initialized.Example usage:
{ @code @CustomerSegmentTypes({RuleBasedSegmentType.class}) @Configuration public class SpringConfigurationClass {} }
See
CustomerSegmentType
for more information on defining custom segment types
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<? extends CustomerSegmentType>[]
value
TheCustomerSegmentTypes
to be initialized.
-
-
-
Element Detail
-
value
Class<? extends CustomerSegmentType>[] value
TheCustomerSegmentTypes
to be initialized.- Default:
- {}
-
-