|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={FIELD,LOCAL_VARIABLE,METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface ToContextThis annotation marks a member in the context class as visible from methods running in the context.
| Optional Element Summary | |
|---|---|
boolean |
master
|
InvocationMode |
mode
|
String |
name
|
Class |
value
Indicates the context (classifier) to which the member annotated with this annotation belongs to. |
public abstract Class value
public abstract String name
public abstract boolean master
IBinderpublic abstract InvocationMode mode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||