Java annotations were designed for metadata. Spring uses them for dependency injection. Lombok uses them for code generation. JPA uses them for ORM mapping. We use them to write entire programs. This ...
Minimalistic API - In the spirit of Go, the API should be small and easy to use. Avoid enterprisey JVM like containers and configurations. Build on existing technologies - There are already a lot of ...