com.arjuna.mw.wsas.status.Status Maven / Gradle / Ivy
The newest version!
/*
Copyright The Narayana Authors
SPDX-License-Identifier: Apache-2.0
*/
package com.arjuna.mw.wsas.status;
/**
* This interface is the basis for all statuses that the activity can go
* through. Services are expected to extend this in
* specific ways. Uniqueness is guaranteed by the package scope of the
* final implementation.
*
* @author Mark Little ([email protected])
* @version $Id: Status.java,v 1.1 2002/11/25 10:51:44 nmcl Exp $
* @since 1.0.
*/
public interface Status
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy