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

com.github.vkorobkov.jfixtures.config.structure.Section Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package com.github.vkorobkov.jfixtures.config.structure;

import com.github.vkorobkov.jfixtures.config.yaml.Node;
import lombok.AllArgsConstructor;
import lombok.Getter;

@AllArgsConstructor
public abstract class Section {
    @Getter
    private final Node node;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy