@Retention(value=CLASS)
@Target(value=FIELD)
public @interface BooleanRes
Use on Boolean
or boolean
fields in any
enhanced classes that should be injected with this specific boolean resource.
The annotation value must be one of R.bool.* fields. If the value is not set, the field name will be used as the R.bool.* field name.
Copyright © 2010-2014. All Rights Reserved.