Sign in
android
/
platform
/
external
/
annotation-tools
/
92b2dbfe09b2415c27de836ddfe7965a55e09f39
/
.
/
scene-lib
/
src
/
annotations
/
toys
/
SimplerAnnotation.java
blob: 7c971476740d2824bb83bb41c27b9d5b390f4cb7 [
file
] [
log
] [
blame
]
package
annotations
.
toys
;
import
java
.
util
.*;
public
@interface
SimplerAnnotation
{
BalanceEnum
be
();
int
height
();
int
[]
wrappedHeight
();
Class
<?
super
HashMap
<
String
,
String
>>
favoriteClass
();
}