Sign in
android
/
platform
/
external
/
annotation-tools
/
92b2dbfe09b2415c27de836ddfe7965a55e09f39
/
.
/
annotation-file-utilities
/
tests
/
GenericMultiLevel.java
blob: c881b4b2293472f6b96c2f650fa253f552e96af3 [
file
] [
log
] [
blame
]
package
annotator
.
tests
;
import
java
.
util
.*;
public
class
GenericMultiLevel
{
Map
<
Comparable
<
Object
>,
List
<
Date
>>
field
;
}