public class DeclarativeServicesAnnotationError extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeclarativeServicesAnnotationError.ErrorType |
| Modifier and Type | Field and Description |
|---|---|
String |
className |
DeclarativeServicesAnnotationError.ErrorType |
errorType |
String |
methodName |
String |
methodSignature |
| Constructor and Description |
|---|
DeclarativeServicesAnnotationError(String className,
String methodName,
String methodSignature,
DeclarativeServicesAnnotationError.ErrorType errorType) |
public final String className
public final String methodName
public final String methodSignature
public final DeclarativeServicesAnnotationError.ErrorType errorType
public DeclarativeServicesAnnotationError(String className, String methodName, String methodSignature, DeclarativeServicesAnnotationError.ErrorType errorType)
Copyright © 2015 aQute SARL. All rights reserved.