|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=CLASS) @Target(value=FIELD) public @interface FragmentById
Use it on Fragment fields in activity classes The annotation value should be one of R.id.* fields. If not set, the field name will be used as the R.id.* field name.
Optional Element Summary | |
---|---|
String |
resName
|
int |
value
|
public abstract int value
public abstract String resName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |