pro.verron.officestamper.preset.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
The newest version!
/**
* This package provides presets and recommended configurations for docxstamper library users;
*
* It should not be extended upon, put it can be used as a bootstrap for projects.
*/
@NonNullApi
package pro.verron.officestamper.preset;
import org.springframework.lang.NonNullApi;