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

com.smartnews.jpa_entity_generator.rule.AnnotationAttribute Maven / Gradle / Ivy

There is a newer version: 0.99.9
Show newest version
package com.smartnews.jpa_entity_generator.rule;

import lombok.Data;

import java.io.Serializable;

/**
 * Represents an attribute of a Java annotation.
 */
@Data
public class AnnotationAttribute implements Serializable {

    private String name;
    private String value;
    private String code;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy