All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fge.grappa.debugger.jooq.Tables Maven / Gradle / Ivy

The newest version!
package com.github.fge.grappa.debugger.jooq;

import com.github.fge.grappa.debugger.jooq.tables.Matchers;
import com.github.fge.grappa.debugger.jooq.tables.Nodes;

public final class Tables
{
    public static final Matchers MATCHERS = Matchers.MATCHERS;

    public static final Nodes NODES = Nodes.NODES;

    private Tables()
    {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy