@Retention(value=RUNTIME) public @interface RamlDocumentation
An annotation used to describe a documentation resource.
RamlApp
String
content
title
public abstract String title
The title of the documentation page.
public abstract String content
The content of the documentation. Can reference a classpath resource or can be a direct text entry.
Supports markdown.
Copyright © 2020. All rights reserved.