We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I want to manage to excluding fields by property from properties.yml. Can you add SpEL in to excludeFromSource ?
e.g.
@Field(excludeFromSource = "#{@environment.getProperty('es.excludeFromSource')}")
Activity