If my interface declares a property like this: val...
# announcements
d
If my interface declares a property like this: val eventCorrelationId: String and my abstract class defines that property along with annotations (e.g., bean validation). What will happen if I override that property in the data class?