Skip to content

Instantly share code, notes, and snippets.

@ethauvin
Last active April 27, 2017 06:05
Show Gist options
  • Save ethauvin/49b353928776eeb3016ab4b1ef901351 to your computer and use it in GitHub Desktop.
Save ethauvin/49b353928776eeb3016ab4b1ef901351 to your computer and use it in GitHub Desktop.
Using a properties file with the Semantic Annotation Processor
import net.thauvin.erik.semver.Version;
@Version(properties = "version.properties")
public class SemverExample {
// ...
}
@ethauvin
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment