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

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