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 163987
Collapse All | Expand All

(-)ServiceProvider.java (-1 / +1 lines)
Lines 54-60 Link Here
54
 * <pre>
54
 * <pre>
55
 * package my.module;
55
 * package my.module;
56
 * import org.netbeans.spi.whatever.Thing;
56
 * import org.netbeans.spi.whatever.Thing;
57
 * &#64;Service(Thing.class)
57
 * &#64;ServiceProvider(service=Thing.class)
58
 * public class MyThing implements Thing {...}
58
 * public class MyThing implements Thing {...}
59
 * </pre>
59
 * </pre>
60
 * <p>would result in a resource file <code>META-INF/services/org.netbeans.spi.whatever.Thing</code>
60
 * <p>would result in a resource file <code>META-INF/services/org.netbeans.spi.whatever.Thing</code>

Return to bug 163987