SmallRye provides @withDefault("some value") annotation to define default value which is working like @ConfigProperty/defaultValue
It would be nice to provide the same support than @ConfigProperty/defaultValue:
- validate value of @withDefault
- show as inlay hint (or codelens) the default value from properties file.
SmallRye provides
@withDefault("some value")annotation to define default value which is working like@ConfigProperty/defaultValueIt would be nice to provide the same support than
@ConfigProperty/defaultValue: