Package | Description |
---|---|
org.apache.felix.ipojo.manipulation |
Modifier and Type | Method and Description |
---|---|
List<ClassChecker.AnnotationDescriptor> |
MethodDescriptor.getAnnotations() |
Map<Integer,List<ClassChecker.AnnotationDescriptor>> |
MethodDescriptor.getParameterAnnotations() |
Modifier and Type | Method and Description |
---|---|
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.