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

org.asteriskjava.live.internal.Constants Maven / Gradle / Ivy

There is a newer version: 3.39.0
Show newest version
package org.asteriskjava.live.internal;

/**
 * Defines constants used internally in the live package in multiple classes.
 * 
 * @author srt
 * @version $Id$
 */
class Constants
{
    // hide constructor
    private Constants()
    {

    }

    static final String VARIABLE_TRACE_ID = "AJ_TRACE_ID";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy