public static methodAnnotationNameAt(typeName as String, methodIndex as Int, annotationIndex as Int) as String:
Returns an annotation name for one exact method overload. @example name = TypeLoader.methodAnnotationNameAt("Service", 0, 0)
name = TypeLoader.methodAnnotationNameAt("Service", 0, 0)