org.neovera.jdiablo.environment
Annotation Type PropertyPlaceholder
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface PropertyPlaceholder
Use this annotation against property fields to have the value be populated using a PropertyPlaceHolderProvider.
For example, when using Spring, if the MapBasedPropertyPlaceholderProvider is defined with Spring's context XML
one can transfer any value (including Spring's property placeholders from .property files or el based expressions).
value
public abstract String value
Copyright © 2014 Neovera Inc.. All rights reserved.