@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD,PARAMETER})
public @interface LoadFromFile
This annotation is a hint for the SetupGenerator:
- to load the construction of the entity from file (using some kind of serialization reader)
Currently only supports primitive arrays.
Use this annotation to keep the test code free of large buffers, by instead loading such buffers from the file system.
This is only recommended if the data is large, binary or unreadable.