Hi

I'm new to Jooq and while trying it I saw this in the flyway example :
public class FlywayTest extends SchemaImpl {
(...)

    /**
     * No further instances allowed
     */
    protected FlywayTest() {
        super("FLYWAY_TEST");
    }
(...)
}

Why is that?

I'm wishing to subclass this FlywayTest, is this a no go ?

Thanks in advance and for Jooq :)

best
joseph

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to