mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-11-13 17:56:09 +08:00
修复推送文档报找不到@Open注解问题
This commit is contained in:
@@ -220,4 +220,10 @@ public class SopDocBuildTemplate extends RpcDocBuildTemplate {
|
||||
ProjectDocConfigBuilder projectBuilder) {
|
||||
return !this.getOpenAnnotationInfo(method).isPresent();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isEntryPoint(JavaClass javaClass, FrameworkAnnotations frameworkAnnotations) {
|
||||
// 必须是接口
|
||||
return javaClass.isInterface();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user