Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How to avoid Java 5.0 code templates
How to avoid Java 5.0 code templates [message #252341] Tue, 01 April 2008 03:30 Go to next message
Eclipse UserFriend
Hi,

I am currently setting the java compiler compliance level to jdk 5.0
However, I do not want the editor to insert annotations nor generics when
I type.
Can this be done? How?

Thanks,

Mariano.
Re: How to avoid Java 5.0 code templates [message #252345 is a reply to message #252341] Tue, 01 April 2008 03:33 Go to previous messageGo to next message
Eclipse UserFriend
Mariano Eloy Fernández wrote:
> Hi,
>
> I am currently setting the java compiler compliance level to jdk 5.0
> However, I do not want the editor to insert annotations nor generics
> when I type.
> Can this be done? How?
Why do you set the level to 5.0 then?

Dani
>
> Thanks,
>
> Mariano.
>
Re: How to avoid Java 5.0 code templates [message #252484 is a reply to message #252345] Tue, 08 April 2008 06:04 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

I guess I want to compile with 5.0 compliance becouse I will be running on
a 5.0 JRE. I just don't want to use generics nor annotations.
Re: How to avoid Java 5.0 code templates [message #252487 is a reply to message #252484] Tue, 08 April 2008 07:34 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Mariano,

Stuff compiled for 1.4 compliance will run with 5.0 just as well...


Mariano Eloy Fernández wrote:
> Hi,
> I guess I want to compile with 5.0 compliance becouse I will be
> running on a 5.0 JRE. I just don't want to use generics nor annotations.
>
Previous Topic:Possible to extend Package Explorer to allow DnD of other objects onto a Java package?
Next Topic:F1 not working in Package Explorer
Goto Forum:
  


Current Time: Sun May 11 23:39:03 EDT 2025

Powered by FUDForum. Page generated in 0.03644 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top