Skip to content

Instantly share code, notes, and snippets.

@ethauvin
Last active April 27, 2017 06:03
Show Gist options
  • Save ethauvin/bda11986941550de0a608e0863222c8d to your computer and use it in GitHub Desktop.
Save ethauvin/bda11986941550de0a608e0863222c8d to your computer and use it in GitHub Desktop.
Using a mustache template with the Semantic Annotation Processor
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