pro.verron.officestamper.core.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of engine Show documentation
Show all versions of engine Show documentation
Office-stamper is a Java template engine for docx documents, forked from org.wickedsource.docx-stamper
/**
* This package provides the core functionality for docxstamper.
*
* It should not be depended on by third-party.
*/
@NonNullApi
package pro.verron.officestamper.core;
import org.springframework.lang.NonNullApi;