11 Temmuz 2019 Perşembe

SpringContext AnnotationUtils Sınıfı

getAnnotation metodu
Şöyle yaparız.
Method method = ...
MyAnnotation annotation = AnnotationUtils.getAnnotation(method, MayAnnotation.class);
if (annotation != null) {
  ...
}

Hiç yorum yok:

Yorum Gönder