mirror of
https://gitee.com/dcren/initializr.git
synced 2026-09-19 06:17:42 +08:00
This commit adds a `Language` on the JVM abstraction with well known concepts such as `Annotation`, `Parameter`, `CompilationUnit` and `TypeDeclaration` that concrete language implementations can reuse. See gh-813 Co-authored-by: Stephane Nicoll <snicoll@pivotal.io>