package org.simantics.ui.selection; import org.simantics.db.RequestProcessor; public class JSONContentType implements WorkbenchSelectionContentType { public RequestProcessor processor; public JSONContentType(RequestProcessor processor) { this.processor = processor; } }