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 "Extenstion Points in STP.SC"

(Annotation Editing Extension)
Line 2: Line 2:
  
 
== Annotation Editing Extension ==
 
== Annotation Editing Extension ==
 +
*'''Identifier:''' org.eclipse.stp.sc.common.AnnotationSupport
 +
*'''Since:''' 1.0
 +
*'''Description:''' The AnnotationSupport extension point allows plug-ins to declaratively register supported annotations for the STP annotation editing. This information is used to by the annotation view to allow user add/modify annotations in the java editor
  
 
== Annotation validation Extension ==
 
== Annotation validation Extension ==

Revision as of 02:12, 28 February 2007

The following extension points can be used to extend the capabilities of the STP platform infrastructure:

Annotation Editing Extension

  • Identifier: org.eclipse.stp.sc.common.AnnotationSupport
  • Since: 1.0
  • Description: The AnnotationSupport extension point allows plug-ins to declaratively register supported annotations for the STP annotation editing. This information is used to by the annotation view to allow user add/modify annotations in the java editor

Annotation validation Extension

Back to the top