@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface OARestClass
Important: this annotation needs to be added to the Java Interface, not the Impl class.
Modifier and Type | Optional Element and Description |
---|---|
String |
contextName
Context name used on webserver, which will be added to the baseURL.
|
public abstract String contextName
example: "customer", will use "http://www.company.com/customer.."
Copyright © 1999–2025 ViaOA. All rights reserved.