Sign in
android
/
platform
/
external
/
javassist
/
HEAD
/
.
/
src
/
test
/
test5
/
Entity.java
blob: 1060c8489961ecb0875ad97f030b36fc2a52d282 [
file
] [
log
] [
blame
]
package
test5
;
import
java
.
lang
.
annotation
.
Retention
;
import
java
.
lang
.
annotation
.
RetentionPolicy
;
@Retention
(
RetentionPolicy
.
RUNTIME
)
public
@interface
Entity
{
int
[]
value
();
}