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