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

com.feingto.cloud.dto.trace.BinaryAnnotationDTO Maven / Gradle / Ivy

There is a newer version: 2.3.5.RELEASE
Show newest version
package com.feingto.cloud.dto.trace;

import lombok.Data;
import lombok.experimental.Accessors;

import java.io.Serializable;

/**
 * 数据单元属性注释
 *
 * @author longfei
 */
@Data
@Accessors(chain = true)
public class BinaryAnnotationDTO implements Serializable {
    private static final long serialVersionUID = -8478980893237778334L;

    private String key;

    private String value;

    private EndpointDTO endpoint;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy