PayloadInfoBuilder.java 458 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ConsumerType
 */
package com.adobe.granite.workflow.payload;

import aQute.bnd.annotation.ConsumerType;
import com.adobe.granite.workflow.payload.PayloadInfo;
import com.adobe.granite.workflow.payload.PayloadInfoBuilderContext;

@ConsumerType
public interface PayloadInfoBuilder {
    public PayloadInfo getPayloadInfo(PayloadInfoBuilderContext var1);
}