Package com.yahoo.component.chain.model
Interface Chainable
- All Known Subinterfaces:
RequestFilter,RequestFilterBase,ResponseFilter,ResponseFilterBase,SecurityRequestFilter,SecurityResponseFilter
- All Known Implementing Classes:
ChainedComponent,EmptyRequestFilter,EmptyResponseFilter,Processor,RequestFilterChain,RequestPropertyTracer,ResponseFilterChain,SecurityRequestFilterChain,SecurityResponseFilterChain
public interface Chainable
Components which can be chained together, and where dependency information is provided through annotations.
- Author:
- jonmv
-
Method Summary
-
Method Details
-
getAnnotatedDependencies
-