| Package | Description |
|---|---|
| aQute.bnd.component | |
| aQute.bnd.component.error |
| Modifier and Type | Method and Description |
|---|---|
private DeclarativeServicesAnnotationError |
AnnotationReader.getDetails(ReferenceDef def,
DeclarativeServicesAnnotationError.ErrorType type) |
| Modifier and Type | Field and Description |
|---|---|
DeclarativeServicesAnnotationError.ErrorType |
DeclarativeServicesAnnotationError.errorType |
| Modifier and Type | Method and Description |
|---|---|
static DeclarativeServicesAnnotationError.ErrorType |
DeclarativeServicesAnnotationError.ErrorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeclarativeServicesAnnotationError.ErrorType[] |
DeclarativeServicesAnnotationError.ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DeclarativeServicesAnnotationError(java.lang.String className,
java.lang.String fieldName,
DeclarativeServicesAnnotationError.ErrorType errorType) |
DeclarativeServicesAnnotationError(java.lang.String className,
java.lang.String methodName,
java.lang.String methodSignature,
DeclarativeServicesAnnotationError.ErrorType errorType) |