Переглянути джерело

added a getter.


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@308 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 18 роки тому
джерело
коміт
0acfa5ff72

+ 7
- 0
src/main/javassist/bytecode/annotation/AnnotationImpl.java Переглянути файл

@@ -61,6 +61,13 @@ public class AnnotationImpl implements InvocationHandler {
return annotation.getTypeName();
}

/**
* Obtains the internal data structure representing the annotation.
*/
public Annotation getAnnotation() {
return annotation;
}

/**
* Executes a method invocation on a proxy instance.
* The implementations of <code>toString()</code>, <code>equals()</code>,

Завантаження…
Відмінити
Зберегти