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

global.namespace.truelicense.jax.rs.dto.SubjectDTO Maven / Gradle / Ivy

Go to download

The TrueLicense JAX-RS module provides a RESTful web service interface for consuming license keys.

There is a newer version: 4.0.3
Show newest version
/*
 * Copyright (C) 2005 - 2019 Schlichtherle IT Services.
 * All rights reserved. Use is subject to license terms.
 */

package global.namespace.truelicense.jax.rs.dto;

/**
 * @author Christian Schlichtherle
 */
public class SubjectDTO {

    public String subject;

    public SubjectDTO() { }

    public SubjectDTO(final String subject) { this.subject = subject; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy