com.payneteasy.superfly.client.ActionDescriptionBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of superfly-client Show documentation
Show all versions of superfly-client Show documentation
Contains classes used to use Superfly facilities by clients
package com.payneteasy.superfly.client;
import com.payneteasy.superfly.api.ActionDescription;
public class ActionDescriptionBean extends ActionDescription {
private static final long serialVersionUID = -513189437457390542L;
}