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

com.dream.jwt.JwtResponse Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package com.dream.jwt;

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;

import java.io.Serializable;

@Getter
@NoArgsConstructor
@AllArgsConstructor
public class JwtResponse implements Serializable {

    private static final long serialVersionUID = -8091879091924046844L;
    private String jwttoken;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy