com.appsingularity.postman.compiler.model.CollectedField Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of postman-compiler Show documentation
Show all versions of postman-compiler Show documentation
Easy parceling for Android.
package com.appsingularity.postman.compiler.model;
import android.support.annotation.NonNull;
import com.appsingularity.postman.compiler.writers.CollectedFieldWriter;
public interface CollectedField {
@NonNull
CollectedFieldWriter getWriter();
}