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 |
fieldName |
String |
methodName |
String |
methodSignature |
Constructor and Description |
---|
DeclarativeServicesAnnotationError(String className,
String fieldName,
DeclarativeServicesAnnotationError.ErrorType errorType) |
DeclarativeServicesAnnotationError(String className,
String methodName,
String methodSignature,
DeclarativeServicesAnnotationError.ErrorType errorType) |
public final String className
public final String methodName
public final String methodSignature
public final String fieldName
public final DeclarativeServicesAnnotationError.ErrorType errorType
public DeclarativeServicesAnnotationError(String className, String methodName, String methodSignature, DeclarativeServicesAnnotationError.ErrorType errorType)
public DeclarativeServicesAnnotationError(String className, String fieldName, DeclarativeServicesAnnotationError.ErrorType errorType)
Copyright © 2021 aQute SARL. All rights reserved.