net.sf.mybatchfwk.utils
Annotation Type Property


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

This annotation is used to assign a value to a property.
The value of the annotation corresponds to a key contained in the configuration.

Author:
Jérôme Bertèche (cyberteche@users.sourceforge.net)

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value


Copyright © 2006 null. All Rights Reserved.