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 1095 2009-03-15 15:34:35Z 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 © 2009 Openmind. All Rights Reserved.