Interface DocumentAccessAuthentication
public interface DocumentAccessAuthentication
Document access permission generation
- Since:
- 21.16
- Author:
- 渔民小镇
- date:
- 2024-09-02
-
Method Summary
Modifier and TypeMethodDescriptionbooleanreject(int cmdMerge) Routes documentation to be rejected from generation.
-
Method Details
-
reject
boolean reject(int cmdMerge) Routes documentation to be rejected from generation. When the return value is true, the documentation corresponding to this route will not be generated.- Parameters:
cmdMerge- Route- Returns:
- true means the documentation corresponding to this route will not be generated
-