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

io.mateu.remote.dtos.Tab Maven / Gradle / Ivy

There is a newer version: 3.0-alpha.47
Show newest version
package io.mateu.remote.dtos;

import lombok.*;

@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public class Tab {

  String id;

  boolean active;

  String caption;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy