Annotation Interface CustomerSegmentTypes
Annotation for use on a Spring @Configuration class to designate a set
CustomerSegmentType
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
Modifier and TypeOptional ElementDescriptionClass<? extends CustomerSegmentType>[]
TheCustomerSegmentTypes
to be initialized.
-
Element Details
-
value
Class<? extends CustomerSegmentType>[] valueTheCustomerSegmentTypes
to be initialized.- Default:
- {}
-