public java.lang.ClassLoader | copy()Create and return a temporary loader with the same visibility
as this loader. The temporary loader may be used to load
resources or any other application classes for the purposes of
introspecting them for annotations. The persistence provider
should not maintain any references to the temporary loader,
or any objects loaded by it.
|