@Retention(value=RUNTIME) public @interface FileParameters
| Modifier and Type | Required Element and Description | 
|---|---|
String | 
value
File name (with full path) of the file with data. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
Class<? extends DataMapper> | 
mapper
The mapper which knows how to get the data from the external resource and
 turn it into a valid set of parameters. 
 | 
public abstract String value
public abstract Class<? extends DataMapper> mapper
Copyright © 2014 Pragmatists. All rights reserved.