Last active
April 27, 2017 06:05
-
-
Save ethauvin/49b353928776eeb3016ab4b1ef901351 to your computer and use it in GitHub Desktop.
Using a properties file 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(properties = "version.properties") | |
public class SemverExample { | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
View the Properties file example.