mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 05:32:58 +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>