Is it possible to log result,that method returned with annotation?
or specific Exceptions,that was thrown by method?
Can't find return value for method m or something like that ,using this call:
for (Method m : Class.forName("AnnotatedBean").getMethods()) {
...
}
AnnotatedBean is class,which methods annotated by custom annotation.