| Package | Description |
|---|---|
| org.apache.felix.scrplugin.annotations | |
| org.apache.felix.scrplugin.description |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassAnnotation
A class annotation
|
class |
FieldAnnotation
A field annotation
|
class |
MethodAnnotation
A method annotation
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScannedClass.processed(ScannedAnnotation desc)
Mark an annotation as processed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScannedClass.processed(Collection<? extends ScannedAnnotation> desc)
Mark several annotations as processed.
|
| Constructor and Description |
|---|
ScannedClass(List<ScannedAnnotation> desc,
Class<?> scannedClass)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected ScannedAnnotation |
AbstractDescription.annotation
The corresponding annotation from the class file.
|
| Modifier and Type | Method and Description |
|---|---|
ScannedAnnotation |
AbstractDescription.getAnnotation()
Get the annotation.
|
| Constructor and Description |
|---|
AbstractDescription(ScannedAnnotation annotation)
Create a new abstract description
|
ComponentDescription(ScannedAnnotation annotation) |
PropertyDescription(ScannedAnnotation annotation) |
ReferenceDescription(ScannedAnnotation annotation) |
ServiceDescription(ScannedAnnotation annotation) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.