getHttpMethodAnnotations

fun getHttpMethodAnnotations(func: KSFunctionDeclaration): List<HttpMethodAnnotation>

Collect all HttpMethodAnnotation from a KSFunctionDeclaration

Return

list of HttpMethodAnnotation