com.googlecode.rocoto.system
Annotation Type SystemProperty


@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER})
public @interface SystemProperty

Marks a field or a parameter as Java System Property.

Version:
$Id: SystemProperty.java 403 2010-06-05 12:11:13Z simone.tripodi $
Author:
Simone Tripodi

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2010. All Rights Reserved.