Last active
April 27, 2017 06:03
-
-
Save ethauvin/bda11986941550de0a608e0863222c8d to your computer and use it in GitHub Desktop.
Using a mustache template with the Semantic Annotation Processor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import net.thauvin.erik.semver.Version; | |
@Version(template = "version.mustache") | |
public class SemverExample { | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment