package com.intellij.openapi.projectRoots.files; import com.intellij.openapi.projectRoots.testFramework.TestJdkAnnotationsFilesProvider; import com.intellij.testFramework.common.BazelTestUtil; import java.nio.file.Path; public class TestJdkAnnotationsFilesProviderImpl implements TestJdkAnnotationsFilesProvider { @Override public Path getJdkAnnotationsPath() { return BazelTestUtil.findRunfilesDirectoryUnderCommunityOrUltimate("java/jdkAnnotations"); } }