Sign in
android
/
platform
/
external
/
guice
/
a9432ee7bd5a17c465285dc443ba833dd326678d
/
.
/
examples
/
src
/
example
/
xml
/
FromSim.java
blob: 5a83d95e062c09e85b38e6ca401bb32edb15f242 [
file
] [
log
] [
blame
]
package
example
.
xml
;
import
static
java
.
lang
.
annotation
.
RetentionPolicy
.*;
import
java
.
lang
.
annotation
.
Retention
;
@Retention
(
RUNTIME
)
public
@interface
FromSim
{}