Last active
April 27, 2017 06:04
-
-
Save ethauvin/bbf117705f2c9cb6b5212b1ff58e6215 to your computer and use it in GitHub Desktop.
Using annotation elements with 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(major = 1, minor = 0, patch = 0, preRelease = "beta") | |
public class SemverExample { | |
// .. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment