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')}") `