@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ReferenceParameter
This annotation should be placed on the getter method of any parameter that is a reference to an external file (e.g. the path to a SRX file in a segmentation step).
The getter method must be in the form a getAbc(), and must have a corresponding setter method (e.g. setAbc(String)).
Copyright © 2021. All rights reserved.