getAnnotation metodu
Şöyle yaparız.
Şöyle yaparız.
Method method = ...
MyAnnotation annotation = AnnotationUtils.getAnnotation(method, MayAnnotation.class);
if (annotation != null) {
...
}
Hiç yorum yok:
Yorum Gönder