| Package | Description |
|---|---|
| aQute.bnd.component.error |
| Modifier and Type | Field | Description |
|---|---|---|
DeclarativeServicesAnnotationError.ErrorType |
DeclarativeServicesAnnotationError.errorType |
| Modifier and Type | Method | 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 | 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) |