Package | Description |
---|---|
aQute.bnd.cdi | |
aQute.bnd.component | |
aQute.bnd.make.metatype | |
aQute.bnd.metatype | |
aQute.bnd.osgi | |
aQute.bnd.xmlattribute |
Modifier and Type | Method and Description |
---|---|
void |
CDIAnnotationReader.annotation(Annotation annotation) |
private void |
CDIAnnotationReader.doReference(Annotation reference,
int targetIndex) |
private void |
CDIAnnotationReader.doService(Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
void |
DSAnnotationReader.annotation(Annotation annotation) |
private void |
DSAnnotationReader.doActivate(Annotation annotation) |
private void |
DSAnnotationReader.doComponent(Component comp,
Annotation annotation) |
private void |
DSAnnotationReader.doDeactivate(Annotation annotation) |
private void |
DSAnnotationReader.doDesignate(Annotation annotation) |
private void |
DSAnnotationReader.doModified(Annotation annotation) |
private void |
DSAnnotationReader.doReference(Reference reference,
Annotation annotation) |
private void |
DSAnnotationReader.doXmlAttribute(Annotation annotation,
XMLAttribute xmlAttr) |
private void |
DSAnnotationReader.handleMixedUsageError(Annotation annotation) |
private void |
DSAnnotationReader.handlePossibleComponentPropertyAnnotation(Annotation annotation) |
Constructor and Description |
---|
ComponentPropertyTypeDataCollector(java.lang.String propertyDefKey,
Annotation componentPropertyAnnotation,
DeclarativeServicesAnnotationError details) |
Modifier and Type | Field and Description |
---|---|
(package private) Annotation |
MetaTypeReader.ocdAnnotation |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<Clazz.MethodDef,Annotation> |
MetaTypeReader.methods |
Modifier and Type | Method and Description |
---|---|
private void |
MetaTypeReader.addMethod(Clazz.MethodDef method,
Annotation a) |
void |
MetaTypeReader.Find.annotation(Annotation annotation) |
Modifier and Type | Field and Description |
---|---|
(package private) Annotation |
ADDef.a |
private Annotation |
DesignateReader.designate |
Modifier and Type | Method and Description |
---|---|
void |
OCDReader.OCDDataCollector.annotation(Annotation annotation) |
void |
DesignateReader.annotation(Annotation annotation) |
(package private) void |
DesignateReader.doComponent(Annotation a,
Component c) |
private void |
OCDReader.OCDDataCollector.doOCD(ObjectClassDefinition o,
Annotation annotation) |
private void |
OCDReader.OCDDataCollector.doXmlAttribute(Annotation annotation,
XMLAttribute xmlAttr) |
private void |
DesignateReader.doXmlAttribute(Annotation annotation,
XMLAttribute xmlAttr) |
Modifier and Type | Class and Description |
---|---|
class |
ParameterAnnotation |
class |
TypeAnnotation |
Modifier and Type | Field and Description |
---|---|
private Annotation |
AnnotationHeaders.MetaAnnotationCollector.annotation |
Modifier and Type | Method and Description |
---|---|
(package private) Annotation |
Clazz.newAnnotation(AnnotationInfo annotationInfo,
Annotation.ElementType elementType,
java.lang.annotation.RetentionPolicy policy,
int access_flags) |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<Annotation> |
Clazz.annotations(java.lang.String binaryNameFilter) |
java.util.stream.Stream<Annotation> |
Clazz.ElementDef.annotations(java.lang.String binaryNameFilter) |
Modifier and Type | Method and Description |
---|---|
void |
ClassDataCollectors.Collectors.annotation(Annotation annotation) |
void |
ClassDataCollector.annotation(Annotation annotation) |
void |
AnnotationHeaders.annotation(Annotation annotation) |
void |
AnnotationHeaders.MetaAnnotationCollector.annotation(Annotation a) |
(package private) void |
AnnotationHeaders.doAnnotatedAnnotation(Annotation annotation,
Descriptors.TypeRef name,
java.util.Set<java.lang.String> processed,
Attrs baseAttrs)
Handle the case where an annotation is annotated by one of our header
annotations.
|
private void |
AnnotationHeaders.doCapability(Annotation a,
Capability annotation) |
private void |
AnnotationHeaders.doLicense(Annotation a) |
private void |
AnnotationHeaders.doProvideCapability(Annotation a) |
private void |
AnnotationHeaders.doRequireCapability(Annotation a) |
private void |
AnnotationHeaders.doRequirement(Annotation a,
Requirement annotation) |
private Attrs |
AnnotationHeaders.getAttributes(Annotation a,
java.lang.String... ignores) |
private java.lang.String |
AnnotationHeaders.getFilter(Annotation a,
Requirement annotation) |
private void |
AnnotationHeaders.MetaAnnotationCollector.handleAttributeOrDirective(Annotation a) |
void |
Annotation.merge(Annotation annotation) |
private void |
AnnotationHeaders.MetaAnnotationCollector.mergeAttributesAndDirectives(Annotation a) |
Constructor and Description |
---|
MetaAnnotationCollector(Clazz c,
Annotation annotation,
java.util.Set<java.lang.String> processed,
Attrs baseAttrs) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Pair<XMLAttribute,Annotation>> |
ExtensionDef.attributes |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionDef.addExtensionAttribute(XMLAttribute xmlAttr,
Annotation a) |
void |
XMLAttributeFinder.annotation(Annotation annotation) |
java.util.Map<java.lang.String,java.lang.String> |
XMLAttributeFinder.getDefaults(Annotation a) |
XMLAttribute |
XMLAttributeFinder.getXMLAttribute(Annotation a) |