com.dukascopy.api
Annotation Type Library


@Documented
@Retention(value=SOURCE)
@Target(value=TYPE)
public @interface Library

Strategy launcher looks into the source of the strategy class for this annotations and includes libraries specified in this annotation into the classpath

Author:
Denis Larka

Required Element Summary
 String value
          Full pathname of the library
 

Element Detail

value

public abstract String value
Full pathname of the library

Returns:
library


Copyright © 2009. All Rights Reserved.