项目作者: bjansen

项目描述 :
Simple example that shows how to use Ceylon nullable types in Spring 5
高级语言: Batchfile
项目地址: git://github.com/bjansen/ceylon-spring5.git
创建时间: 2017-09-09T20:35:18Z
项目社区:https://github.com/bjansen/ceylon-spring5

开源协议:Apache License 2.0

下载


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