org.joinedworkz.common.adapter.MergedOperationInfosAdapter.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.adapter
import java.util.List
import org.eclipse.xtend.lib.annotations.Accessors
import org.joinedworkz.common.info.MergedResourceOperationInfo
import org.joinedworkz.core.model.CmnAdapter
@Accessors
class MergedOperationInfosAdapter implements CmnAdapter {
List operationInfos = newArrayList
}