io.legaldocml.akn.group.AmendmentBlock Maven / Gradle / Ivy
The newest version!
package io.legaldocml.akn.group;
import io.legaldocml.akn.AknObject;
/**
* The group amendmentBlock lists the structures that should be found in an amendment.
*
*
*
*
*
*
*
*
*
*
*
*
* @author Jacques Militello
*/
public interface AmendmentBlock extends AknObject {
}