Uses of Class
org.apache.felix.scrplugin.tags.annotation.AnnotationJavaClassDescription

Packages that use AnnotationJavaClassDescription
org.apache.felix.scrplugin.tags.annotation Extracting SCR tags from source file declared as Java 1.5 annotations. 
org.apache.felix.scrplugin.tags.annotation.defaulttag SCR plugin annotation tag provider default implementation for annotations provided in package org.apache.felix.scrplugin.annotations
org.apache.felix.scrplugin.tags.annotation.sling   
 

Uses of AnnotationJavaClassDescription in org.apache.felix.scrplugin.tags.annotation
 

Fields in org.apache.felix.scrplugin.tags.annotation declared as AnnotationJavaClassDescription
protected  AnnotationJavaClassDescription AnnotationJavaField.description
           
 

Methods in org.apache.felix.scrplugin.tags.annotation with parameters of type AnnotationJavaClassDescription
 List<JavaTag> AnnotationTagProviderManager.getTags(com.thoughtworks.qdox.model.Annotation annotation, AnnotationJavaClassDescription description)
          Converts a java annotation to JavaTag if a mapping can be found.
 List<JavaTag> AnnotationTagProviderManager.getTags(com.thoughtworks.qdox.model.Annotation annotation, AnnotationJavaClassDescription description, JavaField field)
          Converts a java annotation to JavaTag if a mapping can be found.
 List<JavaTag> AnnotationTagProvider.getTags(com.thoughtworks.qdox.model.Annotation pAnnotation, AnnotationJavaClassDescription description, JavaField field)
          Maps a annotation to one or many JavaTag implementations.
 

Constructors in org.apache.felix.scrplugin.tags.annotation with parameters of type AnnotationJavaClassDescription
AnnotationJavaField(com.thoughtworks.qdox.model.JavaField field, AnnotationJavaClassDescription description)
           
 

Uses of AnnotationJavaClassDescription in org.apache.felix.scrplugin.tags.annotation.defaulttag
 

Methods in org.apache.felix.scrplugin.tags.annotation.defaulttag with parameters of type AnnotationJavaClassDescription
 List<JavaTag> DefaultAnnotationTagProvider.getTags(com.thoughtworks.qdox.model.Annotation annotation, AnnotationJavaClassDescription description, JavaField field)
           
 

Uses of AnnotationJavaClassDescription in org.apache.felix.scrplugin.tags.annotation.sling
 

Methods in org.apache.felix.scrplugin.tags.annotation.sling with parameters of type AnnotationJavaClassDescription
 List<JavaTag> SlingAnnotationTagProvider.getTags(com.thoughtworks.qdox.model.Annotation annotation, AnnotationJavaClassDescription description, JavaField field)
           
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.