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

io.snice.networking.examples.gtp.FourthGenerationDevice Maven / Gradle / Ivy

There is a newer version: 0.0.13
Show newest version
package io.snice.networking.examples.gtp;

import io.snice.networking.gtp.GtpEnvironment;

public class FourthGenerationDevice implements Device {
    private final GtpEnvironment environment;

    private FourthGenerationDevice(final GtpEnvironment environment) {
        this.environment = environment;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy