Class AnnotatedEndpointMetadata<T extends Annotation, C extends javax.websocket.EndpointConfig>

java.lang.Object
org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata<T,C>
Type Parameters:
T - the annotation this metadata is based off of
C - the endpoint configuration this is based off of
All Implemented Interfaces:
EndpointMetadata
Direct Known Subclasses:
AnnotatedClientEndpointMetadata, AnnotatedServerEndpointMetadata

public abstract class AnnotatedEndpointMetadata<T extends Annotation, C extends javax.websocket.EndpointConfig> extends Object implements EndpointMetadata
Static reference to a specific annotated classes metadata.