Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Question about @Deprecate

> For the plug-ins that have moved to Java 1.5 would it add value to add the @Deprecated annotation? 

Yes, adding a @Deprecated annotation is the way to go in 1.5 an beyond. For details see
http://docs.oracle.com/javase/1.5.0/docs/guide/javadoc/deprecation/deprecation.html

Dani


From:        Lars Vogel <lars.vogel@xxxxxxxxx>
To:        E4 Project developer mailing list <e4-dev@xxxxxxxxxxx>
Date:        12.07.2013 12:18
Subject:        [e4-dev] Question about @Deprecate
Sent by:        e4-dev-bounces@xxxxxxxxxxx




Hi,

I see in sometimes in the Eclipse platform source code that only the @deprecated Javadoc annotation is used. 

For the plug-ins that have moved to Java 1.5 would it add value to add the @Deprecated annotation? 

Best regards, Lars



_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev


Back to the top