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

io.codearte.accurest.dsl.internal.ServerDslProperty.groovy Maven / Gradle / Ivy

package io.codearte.accurest.dsl.internal

import groovy.transform.CompileStatic
import groovy.transform.EqualsAndHashCode
import groovy.transform.ToString

@CompileStatic
@EqualsAndHashCode(includeFields = true)
@ToString(includePackage = false)
class ServerDslProperty extends DslProperty {

	ServerDslProperty(Object singleValue) {
		super(singleValue)
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy