When a resource proxy is used within an {@link IResourceProxyVisitor}, it is a transient object that is only valid for the duration of a single visit method. A proxy should not be referenced once the single resource visit is complete. The equals and hashCode methods should not be relied on.
A proxy can also be created using {@link IResource#createProxy()}. In this case the proxy is valid indefinitely, but will not remain in sync with the state of the corresponding resource.
This interface is not intended to be implemented by clients.
@see IResourceProxyVisitor @since 2.1
|
|
|
|
|
|