Uses of Class
aQute.bnd.component.error.DeclarativeServicesAnnotationError
-
Packages that use DeclarativeServicesAnnotationError Package Description aQute.bnd.component aQute.bnd.make.component -
-
Uses of DeclarativeServicesAnnotationError in aQute.bnd.component
Fields in aQute.bnd.component declared as DeclarativeServicesAnnotationError Modifier and Type Field Description private DeclarativeServicesAnnotationError
AnnotationReader.ComponentPropertyTypeDataCollector. details
Fields in aQute.bnd.component with type parameters of type DeclarativeServicesAnnotationError Modifier and Type Field Description (package private) java.util.Map<java.lang.String,java.util.List<DeclarativeServicesAnnotationError>>
AnnotationReader. mismatchedAnnotations
Methods in aQute.bnd.component that return DeclarativeServicesAnnotationError Modifier and Type Method Description private DeclarativeServicesAnnotationError
AnnotationReader. getDetails(ReferenceDef def, DeclarativeServicesAnnotationError.ErrorType type)
Methods in aQute.bnd.component with parameters of type DeclarativeServicesAnnotationError Modifier and Type Method Description private void
AnnotationReader. checkMapReturnType(boolean hasMapReturnType, DeclarativeServicesAnnotationError details)
private void
AnnotationReader. processAnnotationArguments(java.lang.String methodDescriptor, DeclarativeServicesAnnotationError details)
look for annotation arguments and extract properties from themConstructors in aQute.bnd.component with parameters of type DeclarativeServicesAnnotationError Constructor Description ComponentPropertyTypeDataCollector(java.lang.String methodDescriptor, DeclarativeServicesAnnotationError details)
-
Uses of DeclarativeServicesAnnotationError in aQute.bnd.make.component
Fields in aQute.bnd.make.component with type parameters of type DeclarativeServicesAnnotationError Modifier and Type Field Description (package private) java.util.Map<java.lang.String,java.util.List<DeclarativeServicesAnnotationError>>
ComponentAnnotationReader. mismatchedAnnotations
-