Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bjansen/ceylon-spring5

Simple example that shows how to use Ceylon nullable types in Spring 5
https://github.com/bjansen/ceylon-spring5

ceylon nullable spring

Last synced: 4 days ago
JSON representation

Simple example that shows how to use Ceylon nullable types in Spring 5

Awesome Lists containing this project

README

        

# ceylon-spring5

A simple example that shows how to use Ceylon nullable types in Spring 5.

*Note:* This example requires Ceylon 1.4.0 beta/2.0, which is currently in development

* `Config.ceylon` configures Spring to scan annotations in the current package
* `beans.ceylon` declares a few beans and injects them in `MyController`
* `run.ceylon` boots Spring and checks that `autowired` nullable types are accepted by Spring when no bean candidate is found in the current context