改造 Maven 项目支持 Kotlin 语法
使用 Maven---原文地址
插件与版本
kotlin-maven-plugin 用于编译 Kotlin 源代码与模块,目前只支持 Marven V3。
通过 kotlin.version 属性定义要使用的 Kotlin 版本:
1.
kotlin装箱和拆箱
一、首先来看一下Java中的装箱和拆箱
package cn.kotliner.java.box;
/**
* Created by wangdong
* 在Java中Integer是int的包装类
* 下面两个方...
Idea的live template参数中的预定义功能
Predefined Functions to Use in Live Template Variables
Item
Description
annotated("annotation qname")
Creates a symbol of type with an annotation that resides at the specified location.