@ -33,9 +33,11 @@ such as a method to check for the existence of the resource being pointed to.
@@ -33,9 +33,11 @@ such as a method to check for the existence of the resource being pointed to.
[[resources-resource]]
== The Resource Interface
Spring's `Resource` interface is meant to be a more capable interface for abstracting
access to low-level resources. The following listing shows the `Resource` interface
definition:
Spring's `Resource` interface located in the `org.springframework.core.io.` package is
meant to be a more capable interface for abstracting access to low-level resources. The
following listing provides an overview of the `Resource` interface. See the
{api-spring-framework}/core/io/Resource.html[`Resource`] javadoc for further details.