File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
runtime-metamodel/src/main/java/org/eclipse/edc/runtime/metamodel/annotation Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 99 *
1010 * Contributors:
1111 * Microsoft Corporation - initial API and implementation
12+ * Bayerische Motoren Werke Aktiengesellschaft (BMW AG) - improvements
1213 *
1314 */
1415
3536
3637 String type () default "string" ;
3738
39+ /**
40+ * The setting default value. Empty string if no default value is provided
41+ *
42+ * @return the setting's default value
43+ */
44+ String defaultValue () default "" ;
45+
3846 long min () default Long .MIN_VALUE ;
3947
4048 long max () default Long .MAX_VALUE ;
Original file line number Diff line number Diff line change 1- rootProject.name = " edcPlugins "
1+ rootProject.name = " GradlePlugins "
22include(" plugins:module-names" )
33include(" plugins:test-summary" )
44include(" plugins:openapi-merger" )
You can’t perform that action at this time.
0 commit comments