Orçun Çolak'ın her şeyden bir parça notları
import java.lang.annotation.Annotation;
Class<?> clazz = ...;alo Class<? extends Annotation> annotationClass = ...; Annotation annotation = clazz.getAnnotation (annotationClass);
import javax.annotation.Generated;
@Generated("foo") public class AdditinalInfo { ... }