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

org.nustaq.kontraktor.services.rlserver.RLJsonAuthResult Maven / Gradle / Ivy

There is a newer version: 5.2.0
Show newest version
package org.nustaq.kontraktor.services.rlserver;

import java.io.Serializable;

public class RLJsonAuthResult implements Serializable {

    RLJsonSession session;

    public RLJsonAuthResult session(final RLJsonSession session) {
        this.session = session;
        return this;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy