开发者

Selectively ignore certain api's for documentation

开发者 https://www.devze.com 2023-02-20 00:30 出处:网络
Does enunciate provide a means to selectively ignore certain api\'s?For example, if I have the following REST service:

Does enunciate provide a means to selectively ignore certain api's? For example, if I have the following REST service:

@PUT
@Path("/somePath")
@Produces({"application/xml"})
Response somePrivateService(Data someData);

How can I exclude it from the documentation enunciate generates? For example:

@PUT
@Path("/somePath")
@Produces({"application/xml"})
@IgnoreThisEnunci开发者_开发百科ate
Response somePrivateService(Data someData);


There's no way to do that at the method-level. I've logged a JIRA issue for you, though:

http://jira.codehaus.org/browse/ENUNCIATE-541

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号