ServerParamAnnotations.fromMeta constructor
ServerParamAnnotations.fromMeta(
- MetaParam metaParam
Implementation
factory ServerParamAnnotations.fromMeta(MetaParam metaParam) {
return ServerParamAnnotations._getter(metaParam.annotationsFor);
}