You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (docComment == null || !docComment.contains("@param")) {
Thanks to #4304, we can annotate @Description to the fields of a class. On top of that, it is also useful if we can use the Javadocs in a request and a response object as descriptions for StructInfo, EnumInfo, and ExceptionInfo.
The text was updated successfully, but these errors were encountered:
Currently,
@param
in a Javadoc of an annotated service is extracted and exposed toDocService
.armeria/annotation-processor/src/main/java/com/linecorp/armeria/server/annotation/processor/DocumentationProcessor.java
Line 154 in 92f5d0a
Thanks to #4304, we can annotate
@Description
to the fields of a class. On top of that, it is also useful if we can use the Javadocs in a request and a response object as descriptions forStructInfo
,EnumInfo
, andExceptionInfo
.The text was updated successfully, but these errors were encountered: