Skip to content

Instantly share code, notes, and snippets.

@ethauvin
Last active April 27, 2017 06:04
Show Gist options
  • Save ethauvin/bbf117705f2c9cb6b5212b1ff58e6215 to your computer and use it in GitHub Desktop.
Save ethauvin/bbf117705f2c9cb6b5212b1ff58e6215 to your computer and use it in GitHub Desktop.
Using annotation elements with Semantic Annotation Processor
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