Skip to content

Commit

Permalink
Merge pull request #256 from mrubanov/master
Browse files Browse the repository at this point in the history
Extend the documentation of ICoreQuickfixProvider
  • Loading branch information
mrubanov authored Sep 10, 2019
2 parents 9744c10 + 9caae1c commit 012c732
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
* extension point contract only allows implementing classes to register.
* <p>
* This class is UI-independent.
* <p>
* Classes which implement this interface must follow the following naming pattern:
* Name must start with the catalog name and have <em>QuickfixProvider</em>
* as suffix. It must be located in the same Java package as the catalog file.
*/
public interface ICoreQuickfixProvider {}
public interface ICoreQuickfixProvider {
}

0 comments on commit 012c732

Please sign in to comment.