Interface SubResourceMethodDescriptor

All Superinterfaces:
GenericMethodResource, ResourceDescriptor, ResourceMethodDescriptor
All Known Implementing Classes:
SubResourceMethodDescriptorImpl

public interface SubResourceMethodDescriptor extends ResourceMethodDescriptor
Describe sub-resource method. Sub-resource method is Method of resource class which has own Path annotation and HttpMethod annotation. This method can't handle request directly.
Version:
$Id: $
Author:
Andrey Parfonov