@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Endpoint
AnnotationEndpointDiscoverer
Modifier and Type | Required Element and Description |
---|---|
String |
id
The id of the endpoint.
|
Modifier and Type | Optional Element and Description |
---|---|
DefaultEnablement |
defaultEnablement
Defines the
DefaultEnablement of the endpoint. |
EndpointExposure[] |
exposure
Defines the
technologies over which the endpoint should be
exposed. |
public abstract String id
public abstract EndpointExposure[] exposure
technologies
over which the endpoint should be
exposed. By default, all technologies are supported.public abstract DefaultEnablement defaultEnablement
DefaultEnablement
of the endpoint. By default, the endpoint's
enablement defaults to the "default" settings.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.