@Documented
@Retention(value=CLASS)
@Target(value={TYPE,CONSTRUCTOR,METHOD,FIELD})
public @interface Internal
| Modifier and Type | Fields and Description |
|---|---|
static java.lang.String |
ADMOB_ADAPTER |
static java.lang.String |
IN_HOUSE |
static java.lang.String |
MOPUB_ADAPTER |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String[] |
value
Marker to indicate which part of the project the annotated element is used by.
|