Annotation Type EnableJpaTrackableFlows


  • @Documented
    @Target(TYPE)
    @Retention(RUNTIME)
    @Inherited
    @Import({com.broadleafcommerce.data.tracking.jpa.filtering.auto.JpaTrackableRepositoriesRegistrar.class,com.broadleafcommerce.data.tracking.jpa.filtering.auto.JpaTrackableServicesRegistrar.class,com.broadleafcommerce.data.tracking.jpa.filtering.auto.JpaTrackableApiRegistrar.class})
    public @interface EnableJpaTrackableFlows
    Establish multiple EnableJpaTrackableFlow annotations in a single container element. Note, this is done automatically by Java when multiple instances of EnableJpaTrackableFlow are declared on the same type.
    Author:
    Jeff Fischer
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      EnableJpaTrackableFlow[] value
      Establish multiple flow annotations on the same type element
    • Element Detail

      • value

        EnableJpaTrackableFlow[] value
        Establish multiple flow annotations on the same type element
        Returns:
        One ore more flow annotations.