Skip to content

Commit 6efeac9

Browse files
steffenschmitt1sschmitt
authored andcommitted
Add getAdditionalEntries to IClasspathContributor
Adds a new method to allow classpath contributor to append additional classpath entries at the end of the calculation process.
2 parents e7b1d30 + 3993065 commit 6efeac9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IClasspathContributor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public interface IClasspathContributor {
8383
* @return additional classpath entries to add to the project at the end of
8484
* the classpath calculation, possibly empty, must not be
8585
* <code>null</code>
86+
* @since 3.21.0
8687
*/
8788
default List<IClasspathEntry> getAdditionalEntries(BundleDescription project) {
8889
return List.of();

0 commit comments

Comments
 (0)