Annotation Interface RestApiContext
This qualifier annotation indicates that the annotated element has some association with the application context of
the /api/v1 servlet.
While this qualifier may be used on any element, its main use is in combination with @Component
beans and RestApiConfiguration component scanning. Components qualified with this annotation will be scanned
and instantiated only in the application context of the /api/v1 servlet.
- Since:
- 10.0
- Author:
- Petru Galanton