Sign in
android
/
platform
/
external
/
annotation-tools
/
refs/heads/pie-qpr2-release
/
.
/
annotation-file-utilities
/
tests
/
FieldGenericArray.java
blob: 5391ce95ee5aa16caa337548ce52a1f1b326d254 [
file
] [
log
] [
blame
] [
edit
]
package
annotator
.
tests
;
import
java
.
util
.
List
;
public
class
FieldGenericArray
{
List
<
Integer
>[]
field
;
}