Uses of Class
org.apache.felix.ipojo.manipulation.ClassChecker.AnnotationDescriptor

Packages that use ClassChecker.AnnotationDescriptor
org.apache.felix.ipojo.manipulation   
 

Uses of ClassChecker.AnnotationDescriptor in org.apache.felix.ipojo.manipulation
 

Methods in org.apache.felix.ipojo.manipulation that return types with arguments of type ClassChecker.AnnotationDescriptor
 java.util.List<ClassChecker.AnnotationDescriptor> MethodDescriptor.getAnnotations()
           
 java.util.Map<java.lang.Integer,java.util.List<ClassChecker.AnnotationDescriptor>> MethodDescriptor.getParameterAnnotations()
           
 

Methods in org.apache.felix.ipojo.manipulation with parameters of type ClassChecker.AnnotationDescriptor
 void MethodDescriptor.addAnnotation(ClassChecker.AnnotationDescriptor ann)
          Add an annotation to the current method.
 void MethodDescriptor.addParameterAnnotation(int id, ClassChecker.AnnotationDescriptor ann)
          Add an annotation to the current method.
 



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