Class FlywayContainerProducer


  • public class FlywayContainerProducer
    extends Object
    This class is sort of a producer for Flyway. It isn't a CDI producer in the literal sense, but it is marked as a bean and it's createFlyway method is called at runtime in order to produce the actual Flyway objects. CDI scopes and qualifiers are set up at build-time, which is why this class is devoid of any CDI annotations