Similar to reifyAnnot but the annotation is encoded into some raw type (which is the type of the parameter).
Because the type of the parameter is now the raw type, annotation type must be given as type parameter of
reifyEncodedAnnot.
Encoding is done by searching and using implicit instance of AsRaw[ParameterType,AnnotationType].
Arity annotations apply in the same way as for reifyAnnot.
Similar to reifyAnnot but the annotation is encoded into some raw type (which is the type of the parameter). Because the type of the parameter is now the raw type, annotation type must be given as type parameter of reifyEncodedAnnot.
Encoding is done by searching and using implicit instance of
AsRaw[ParameterType,AnnotationType]. Arity annotations apply in the same way as for reifyAnnot.