@Target(value={TYPE,PACKAGE}) @Retention(value=RUNTIME) @Documented public @interface ApiContextId
When an API listing endpoint is configured and bound to an API context id, it will include only the API definitions
which corresponds to the API resource classes with a consistent context id value(), if the
ApiContextId is present on the API resource class.
public abstract String value
Copyright © 2019 The Holon Platform. All rights reserved.