Giriş
Şu satırı dahil
ederiz.
import java.lang.annotation.Annotation;
constructor
Class nesnesinden elde etmek için şöyle
yaparız.
Class<?> clazz = ...;alo
Class<? extends Annotation> annotationClass = ...;
Annotation annotation = clazz.getAnnotation (annotationClass);
Hiç yorum yok:
Yorum Gönder