Package | Description |
---|---|
aQute.bnd.component.error |
Modifier and Type | Field and Description |
---|---|
DeclarativeServicesAnnotationError.ErrorType |
DeclarativeServicesAnnotationError.errorType |
Modifier and Type | Method and Description |
---|---|
static DeclarativeServicesAnnotationError.ErrorType |
DeclarativeServicesAnnotationError.ErrorType.valueOf(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(String className,
String fieldName,
DeclarativeServicesAnnotationError.ErrorType errorType) |
DeclarativeServicesAnnotationError(String className,
String methodName,
String methodSignature,
DeclarativeServicesAnnotationError.ErrorType errorType) |
Copyright © 2021 aQute SARL. All rights reserved.