Interface CompatibilityLoader

All Superinterfaces:
ExtensionPoint

@Deprecated(forRemoval=true) public interface CompatibilityLoader extends ExtensionPoint
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used. TODO delete cca. 2027-02
  • Method Details

    • loadGroovySource

      @CheckForNull URL loadGroovySource(String clazz)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      clazz - a “filename”, actually a Groovy class FQN
      Returns:
      a URL to a *.groovy source file, or null to use default classpath
      See Also:
      • GroovyResourceLoader.loadGroovySource(java.lang.String)