Package | Description |
---|---|
org.apache.felix.ipojo.manipulation |
Modifier and Type | Method and Description |
---|---|
java.util.List<ClassChecker.AnnotationDescriptor> |
MethodDescriptor.getAnnotations() |
java.util.Map<java.lang.Integer,java.util.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-2014 The Apache Software Foundation. All Rights Reserved.