All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.legaldocml.akn.element.Attachments Maven / Gradle / Ivy

The newest version!
package io.legaldocml.akn.element;

import io.legaldocml.akn.AknObject;

import static io.legaldocml.akn.AknElements.ATTACHMENTS;

/**
 *
 * 
 *  
 *  	
 *      	
 *          	
 *          
 *      	
 * 		
 * 	
 * 
* * @author Jacques Militello */ public interface Attachments extends AknObject { /** * {@inheritDoc} */ @Override default String name() { return ATTACHMENTS; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy