IntelliJ IDEA 4 新特性 之 Generics Support (新语法支持)

类别:Java 点击:0 评论:0 推荐:

The forthcoming release of Java SDK 1.5 promises some global extensions to the Java language. One of the most important novelties introduced by 1.5 is support for Generics in Java.

即将发布的JavaSDK1.5对Java的语法作了一些扩展,其中最重要的就是Generics(特别类?)的支持

Java developers can try Generics in their programs by downloading and installing the beta-version of Java SDK 1.5. You can even use the latest version of JSR-014 Adding Generics implementation, as IDEA does not restrict you to the one provided with the Java SDK.

Java开发者可以从Beta版的JavaSDK1.5中体验到这一改进,你可以使用最新版本的JSR-014 来加入这一新特性,IDEA不会刻意的要求你这么做。

Using IntelliJ IDEA, you don’t need to be an advanced Generics guru to start using Generics immediately.

使用IntelliJ IDEA你不需要别的帮助就可以使用这一新特性了

'Generify' refactoring

The new Generify refactoring will convert your code in seconds to begin using generic collections.(新的Generify可以转化你的代码到新的语言特性)

Quick and easy coding

Generics-aware Code Completion, Refactoring and Live Templates will speed up your coding.

支持新语法特性的代码完成,重定向,动态代码模板将加快你的录入。

Setup Wizard

The easy and lightweight Setup Wizard will guide you through downloading and installing the latest JSR-014 implementation, if you prefer to live on the bleeding edge of Java technology.

有一个易于使用的轻量级向导指引你下载最新的JSR-014 ,如果你喜欢钻研新的Java技术

本文地址:http://com.8s8s.com/it/it16570.htm