mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-20 02:29:44 +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>