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

org.asteriskjava.config.ConfigDirective Maven / Gradle / Ivy

There is a newer version: 3.40.1
Show newest version
package org.asteriskjava.config;

public abstract class ConfigDirective extends ConfigElement
{
    protected ConfigDirective()
    {
    }

    protected ConfigDirective(String filename, int lineno)
    {
        super(filename, lineno);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy