Sign in
android
/
platform
/
external
/
annotation-tools
/
92b2dbfe09b2415c27de836ddfe7965a55e09f39
/
.
/
annotation-file-utilities
/
tests
/
FieldSimpleGeneric.java
blob: 257b91e056d78217477926a8d4ff16b293f52825 [
file
] [
log
] [
blame
]
package
annotator
.
tests
;
import
java
.
util
.
List
;
public
class
FieldSimpleGeneric
{
List
<
Integer
>
field
;
}