org.apache.tapestry5.ioc.annotations
public class: Value [javadoc |
source]
org.apache.tapestry5.ioc.annotations.Value
Used in conjunction with
org.apache.tapestry5.ioc.annotations.Inject to inject a literal value, rather than a
service. Symbols in the value are expanded and the resulting string is coerced to the desired type. For IoC, this
annotation is only applied to parameters (on service builder methods, and on service constructors); for components,
it may also be applied to field.
Method from org.apache.tapestry5.ioc.annotations.Value Summary: |
---|
value |
Method from org.apache.tapestry5.ioc.annotations.Value Detail: |
String value() {
}
The value to be coerced and injected. |