Add @FunctionalInterface to factory.
This commit is contained in:
parent
8e0e9b09fe
commit
59ed858ba4
|
@ -25,6 +25,7 @@ import org.opencds.cqf.fhir.api.Repository;
|
|||
/**
|
||||
* Factory interface to return a {@link Repository} from a {@link RequestDetails}
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface RepositoryFactoryForRepositoryInterface {
|
||||
Repository create(RequestDetails theRequestDetails);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue