This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 52998
Collapse All | Expand All

(-)ProjectClassPathExtender.java~ (+4 lines)
Lines 23-28 Link Here
23
23
24
/**
24
/**
25
 * Interface for project's compile classpath extension
25
 * Interface for project's compile classpath extension
26
 * Project can provide this interface in its lookup to
27
 * allow clients to extend its compilation classpath
28
 * by new classpath element (jar, folder, dependent project, library).
29
 * @since @since org.netbeans.modules.java.project 1.3 
26
 */
30
 */
27
public interface ProjectClassPathExtender {
31
public interface ProjectClassPathExtender {
28
32

Return to bug 52998