summaryrefslogtreecommitdiffstats
path: root/tests/068-classloader/src/InaccessibleInterface.java
blob: 6df7501c2e5e31fc2d95205e4e4016303166fbd1 (plain)
1
2
3
4
5
6
7
8
// Copyright 2008 The Android Open Source Project

/**
 * Non-public interface class, inaccessible from alternate class loader.
 */
interface InaccessibleInterface {
}