mirror of
https://gitee.com/dcren/initializr.git
synced 2026-06-27 06:43:12 +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>