@Retention(value=RUNTIME) @Target(value={METHOD,PARAMETER,TYPE}) public @interface RamlExample
This annotation can be used to:
This annotation on a type will trump the annotation on the static method.
public abstract String value
An example value. Can either be a raw value or reference a classpath example file (for request/response classes).
This is ignored when the annotation is used in conjunction with an example static method.
Copyright © 2019. All rights reserved.