Annotation Type CustomerSegmentTypes


  • @Retention(RUNTIME)
    public @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