Beispiel #1
0
 /// <exception cref="NullPointerException"> {@inheritDoc}
 /// @since 1.8 </exception>
 public override A[] getDeclaredAnnotationsByType <A>(Class annotationClass) where A : Annotation
 {
     return(PackageInfo.GetDeclaredAnnotationsByType(annotationClass));
 }