Skip to content

Commit 012c732

Browse files
authored
Merge pull request #256 from mrubanov/master
Extend the documentation of ICoreQuickfixProvider
2 parents 9744c10 + 9caae1c commit 012c732

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

com.avaloq.tools.ddk.check.runtime.core/src/com/avaloq/tools/ddk/check/runtime/quickfix/ICoreQuickfixProvider.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
* extension point contract only allows implementing classes to register.
1616
* <p>
1717
* This class is UI-independent.
18+
* <p>
19+
* Classes which implement this interface must follow the following naming pattern:
20+
* Name must start with the catalog name and have <em>QuickfixProvider</em>
21+
* as suffix. It must be located in the same Java package as the catalog file.
1822
*/
19-
public interface ICoreQuickfixProvider {}
20-
23+
public interface ICoreQuickfixProvider {
24+
}

0 commit comments

Comments
 (0)