com.chutneytesting.feature.api.dto.FeatureDto Maven / Gradle / Ivy
The newest version!
/*
* SPDX-FileCopyrightText: 2017-2024 Enedis
*
* SPDX-License-Identifier: Apache-2.0
*
*/
package com.chutneytesting.feature.api.dto;
public record FeatureDto(String name, boolean active) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy