Cross Reference: A.2
xref
: /
openjdk7
/
jdk
/
test
/
java
/
lang
/
instrument
/
appendToClassLoaderSearch
/
A.2
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
/*
*%E
*
* Simple "no-op" class used by CircularityErrorTest.sh to create a circularity
* condition.
*
*/
public
interface
A
extends
B {
}