| Package | Description |
|---|---|
| aQute.bnd.osgi |
| Modifier and Type | Method and Description |
|---|---|
Annotation.ElementType |
Annotation.elementType() |
static Annotation.ElementType |
Annotation.ElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Annotation.ElementType[] |
Annotation.ElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Annotation(Descriptors.TypeRef name,
Map<String,Object> elements,
Annotation.ElementType member,
RetentionPolicy policy) |
ParameterAnnotation(int parameter,
Descriptors.TypeRef name,
Map<String,Object> elements,
Annotation.ElementType member,
RetentionPolicy policy) |
TypeAnnotation(int target_type,
byte[] target_info,
int target_index,
byte[] type_path,
Descriptors.TypeRef name,
Map<String,Object> elements,
Annotation.ElementType member,
RetentionPolicy policy) |
Copyright © 2021. All rights reserved.