Annotation Type ConditionalOnTenantSynchronization


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    @Documented
    @ConditionalOnPropertyOrGroup(name="broadleaf.common.data.tenant.sync.active",
                                  group="broadleaf.basic.messaging.enabled")
    public @interface ConditionalOnTenantSynchronization
    Conditional annotation that denotes whether tenant synchronization is active or not, allowing various beans to be initialized.
    Author:
    Phillip Verheyden (phillipuniverse)
    See Also:
    DataTrackingCoreAutoConfiguration