@Retention(value=CLASS)
@Target(value=FIELD)
public @interface InjectView
@InjectView(R.id.title) TextView title;
Optional| Modifier and Type | Required Element and Description |
|---|---|
int |
value
View ID to which the field will be bound.
|
Copyright © 2013-2014. All Rights Reserved.