org.joinedworkz.common.info.MergedResourceOperationPart.xtend Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-base Show documentation
Show all versions of common-base Show documentation
DSL based modeling framework - facilities common base
package org.joinedworkz.common.info
import org.eclipse.xtend.lib.annotations.Accessors
import org.joinedworkz.core.model.CmnContent
import org.joinedworkz.core.model.CmnResourceOperation
@Accessors
class MergedResourceOperationPart {
final CmnResourceOperation operation
final CmnContent consumes
final CmnContent produces
}