|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface RequiresResource
Signals to the framework that in order for the annotated element to be
visible, applicable, or "in scope," the current resource or any parent in its
hierarchy must be of the declared Resource type.
| Required Element Summary | |
|---|---|
Class<? extends Resource<?>>[] |
value
|
| Element Detail |
|---|
public abstract Class<? extends Resource<?>>[] value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||