This message was deleted.
# plugin-development
s
This message was deleted.
v
Give the property some marker value as convention that signifies not being set and then check whether it is still set to that maker value in your custom validation. This way you could avoid declaring the property as
@Optional
.
1