Uses of Class
org.apache.felix.scrplugin.annotations.ScannedAnnotation

Packages that use ScannedAnnotation
org.apache.felix.scrplugin.annotations   
org.apache.felix.scrplugin.description   
 

Uses of ScannedAnnotation in org.apache.felix.scrplugin.annotations
 

Subclasses of ScannedAnnotation in org.apache.felix.scrplugin.annotations
 class ClassAnnotation
          A class annotation
 class FieldAnnotation
          A field annotation
 class MethodAnnotation
          A method annotation
 

Methods in org.apache.felix.scrplugin.annotations with parameters of type ScannedAnnotation
 void ScannedClass.processed(ScannedAnnotation desc)
          Mark an annotation as processed.
 

Method parameters in org.apache.felix.scrplugin.annotations with type arguments of type ScannedAnnotation
 void ScannedClass.processed(java.util.Collection<? extends ScannedAnnotation> desc)
          Mark several annotations as processed.
 

Constructor parameters in org.apache.felix.scrplugin.annotations with type arguments of type ScannedAnnotation
ScannedClass(java.util.List<ScannedAnnotation> desc, java.lang.Class<?> scannedClass)
          Constructor
 

Uses of ScannedAnnotation in org.apache.felix.scrplugin.description
 

Fields in org.apache.felix.scrplugin.description declared as ScannedAnnotation
protected  ScannedAnnotation AbstractDescription.annotation
          The corresponding annotation from the class file.
 

Methods in org.apache.felix.scrplugin.description that return ScannedAnnotation
 ScannedAnnotation AbstractDescription.getAnnotation()
          Get the annotation.
 

Constructors in org.apache.felix.scrplugin.description with parameters of type ScannedAnnotation
AbstractDescription(ScannedAnnotation annotation)
          Create a new abstract description
ComponentDescription(ScannedAnnotation annotation)
           
PropertyDescription(ScannedAnnotation annotation)
           
ReferenceDescription(ScannedAnnotation annotation)
           
ServiceDescription(ScannedAnnotation annotation)
           
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.