it.openutils.deployment.spring
Annotation Type Property


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Property

Autowire a property value in a field.

Version:
$Id: Property.java 2163 2010-03-19 22:24:28Z fgiust $
Author:
fgiust

Required Element Summary
 java.lang.String value
          The property key
 

Element Detail

value

public abstract java.lang.String value
The property key

Returns:
The property key


Copyright © 2007-2010 Openmind. All Rights Reserved.