@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Endpoint
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
This is generally used as a description for the object described by the meta type.
|
java.lang.String |
example
Example of the endpoint syntax.
|
java.lang.String |
name
Defines the Endpoint name.
|
java.lang.String |
resourceType
Defines the resource type that this endpoint providing service.
|
public abstract java.lang.String name
public abstract java.lang.String resourceType
Copyright © 2010 - 2020 Adobe. All Rights Reserved