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