@Deprecated @Retention(value=CLASS) @Target(value=METHOD) public @interface Reference
| Modifier and Type | Fields and Description |
|---|---|
static String |
DYNAMIC
Deprecated.
|
static String |
MULTIPLE
Deprecated.
|
static String |
NAME
Deprecated.
|
static String |
OPTIONAL
Deprecated.
|
static String |
RNAME
Deprecated.
|
static String |
SERVICE
Deprecated.
|
static String |
TARGET
Deprecated.
|
static String |
TYPE
Deprecated.
|
static String |
UNBIND
Deprecated.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
dynamic
Deprecated.
|
boolean |
multiple
Deprecated.
|
String |
name
Deprecated.
|
boolean |
optional
Deprecated.
|
Class<?> |
service
Deprecated.
|
String |
target
Deprecated.
|
char |
type
Deprecated.
|
String |
unbind
Deprecated.
|
public static final String RNAME
public static final String NAME
public static final String SERVICE
public static final String OPTIONAL
public static final String MULTIPLE
public static final String DYNAMIC
public static final String TARGET
public static final String TYPE
public static final String UNBIND
public abstract String name
public abstract Class<?> service
public abstract String target
public abstract String unbind
Copyright © 2021. All rights reserved.