Package aQute.bnd.annotation.component
Annotation Type Reference
-
@Deprecated @Retention(CLASS) @Target(METHOD) public @interface Reference
Deprecated.
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.String
DYNAMIC
Deprecated.static java.lang.String
MULTIPLE
Deprecated.static java.lang.String
NAME
Deprecated.static java.lang.String
OPTIONAL
Deprecated.static java.lang.String
RNAME
Deprecated.static java.lang.String
SERVICE
Deprecated.static java.lang.String
TARGET
Deprecated.static java.lang.String
TYPE
Deprecated.static java.lang.String
UNBIND
Deprecated.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
dynamic
Deprecated.boolean
multiple
Deprecated.java.lang.String
name
Deprecated.boolean
optional
Deprecated.java.lang.Class<?>
service
Deprecated.java.lang.String
target
Deprecated.char
type
Deprecated.java.lang.String
unbind
Deprecated.
-