Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Eclipse IDE Webinar"

(Topics)
Line 12: Line 12:
  
 
1. Javadoc Code Snippet support in Java 18 - Kalyan Prasad
 
1. Javadoc Code Snippet support in Java 18 - Kalyan Prasad
   In Java 18 support for an @snippet tag has been provided for JavaDoc’s Standard Doclet, to simplify the inclusion of example source code in API documentation.  
+
   In Java 18, support for an @snippet tag has been provided for JavaDoc’s Standard Doclet, to simplify the inclusion of example source code in API documentation.  
 
   This talk will highlight some of the features of this new support provided in Java 18, using examples.
 
   This talk will highlight some of the features of this new support provided in Java 18, using examples.
  

Revision as of 22:33, 8 September 2022

Eclipse IDE Webinars will be held to promote and create buzz around the Eclipse IDE and the upcoming 2022-09 (4.25) release.

Schedule

Date: September 21, 2022

Time: 3pm CET / 9am EST / 6.30pm IST

Duration: 60 mins

Topics

Please sign-up for presenting a talk, along with the topic (duration 20 mins each) and a short abstract (2-5 lines)

1. Javadoc Code Snippet support in Java 18 - Kalyan Prasad

  In Java 18, support for an @snippet tag has been provided for JavaDoc’s Standard Doclet, to simplify the inclusion of example source code in API documentation. 
  This talk will highlight some of the features of this new support provided in Java 18, using examples.

2. GitHub migration - Sravan Kumar

3. M2Eclipse Maven Target Support - Christoph Läubrich

Back to the top