diff --git a/com.avaloq.tools.ddk.check.runtime.core/src/com/avaloq/tools/ddk/check/runtime/quickfix/ICoreQuickfixProvider.java b/com.avaloq.tools.ddk.check.runtime.core/src/com/avaloq/tools/ddk/check/runtime/quickfix/ICoreQuickfixProvider.java index 3996b9982..e9369e9df 100644 --- a/com.avaloq.tools.ddk.check.runtime.core/src/com/avaloq/tools/ddk/check/runtime/quickfix/ICoreQuickfixProvider.java +++ b/com.avaloq.tools.ddk.check.runtime.core/src/com/avaloq/tools/ddk/check/runtime/quickfix/ICoreQuickfixProvider.java @@ -15,6 +15,10 @@ * extension point contract only allows implementing classes to register. *
* This class is UI-independent. + *
+ * Classes which implement this interface must follow the following naming pattern: + * Name must start with the catalog name and have QuickfixProvider + * as suffix. It must be located in the same Java package as the catalog file. */ -public interface ICoreQuickfixProvider {} - +public interface ICoreQuickfixProvider { +}