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
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends CustomerSegmentType>[]TheCustomerSegmentTypesto be initialized.
-
Element Details
-
value
Class<? extends CustomerSegmentType>[] valueTheCustomerSegmentTypesto be initialized.- Default:
- {}
-