org.zodiac.autoconfigure.report.PlatformReportProperties Maven / Gradle / Ivy
package org.zodiac.autoconfigure.report;
import org.zodiac.report.config.PlatformReportInfo;
//@ConfigurationProperties(prefix = PlatformReportSystemPropertiesConstants.PLATFORM_REPORT_PREFIX, ignoreInvalidFields = true)
public class PlatformReportProperties extends PlatformReportInfo {
public PlatformReportProperties() {
}
}