We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588d73b commit 3710c67Copy full SHA for 3710c67
docs/global/modules/core/pages/reference/component-model-api-gen-gradle.adoc
@@ -100,7 +100,12 @@ Inside of the `metamodel` block the following settings can be configured.
100
101
|`registrationHelperName`
102
|String
103
-|Name of the registration helper
+|Fully qualified name of the generated language registration helper
104
+
105
+|`conceptPropertiesInterfaceName`
106
+|String
107
+|Fully qualified name of the generated interface, that contains the concept meta-properties of this language set.
108
+If `null` (default), neither the concept meta-properties nor the corresponding interface will be generated.
109
110
|`taskDependencies`
111
|List<Any>
0 commit comments