Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
guice
/
4f887b7dbd04ae5d7d67078ca0736c5627b28dee
/
.
/
examples
/
src
/
example
/
xml
/
FromFlash.java
blob: def204478e7dcf1e026a804d36b52a80cca34732 [
file
] [
log
] [
blame
]
package
example
.
xml
;
import
java
.
lang
.
annotation
.
Retention
;
import
static
java
.
lang
.
annotation
.
RetentionPolicy
.*;
@Retention
(
RUNTIME
)
public
@interface
FromFlash
{}