Class TranslationsAutoConfig

java.lang.Object
one.x1f.sip.foundation.core.translate.TranslationsAutoConfig

@AutoConfiguration @ComponentScan @ConditionalOnProperty(value="sip.core.translation.enabled", havingValue="true") public class TranslationsAutoConfig extends Object
Class in charge of toggling all beans under one.x1f.sip.foundation.core.translate package, based on sip.core.translation.enabled value (true by default).
  • Constructor Details

    • TranslationsAutoConfig

      public TranslationsAutoConfig()