Place for beans related to metadata providers?
Brent Putman
putmanb at georgetown.edu
Wed Dec 10 16:56:25 EST 2014
On 12/10/14 4:51 PM, Brent Putman wrote:
> mostly to give users an easy-to-edit way to
> whitelist/blacklist algorithms.
Also meant to say: I personally didn't know this until I tried it, but
with the p-namespace in Spring, if you have a bean property which is
List<String>, you can just say:
p:algorithms="foo bar baz"
and Spring parses the space-delimited list into a List. Pretty helpful.
More information about the dev
mailing list