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

com.vmware.l10n.translation.dto.ComponentMessagesDTO Maven / Gradle / Ivy

There is a newer version: 0.7.3
Show newest version
/*
 * Copyright 2019-2022 VMware, Inc.
 * SPDX-License-Identifier: EPL-2.0
 */
package com.vmware.l10n.translation.dto;

import java.io.Serializable;

import javax.persistence.Entity;

import com.vmware.vip.common.i18n.dto.SingleComponentDTO;

/**
 * Data Object for Component
 */
@Entity
public class ComponentMessagesDTO extends SingleComponentDTO implements Serializable {

	private static final long serialVersionUID = -7136314788163962399L;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy