Package com.bobocode.bring.web.servlet
Interface BringServlet
- All Known Implementing Classes:
ActuatorController
,StaticResourceController
public interface BringServlet
Marker interface used to identify classes that need to be implemented to be used
as REST controllers. Classes implementing this interface are recognized as servlets
by the system, and they play a role in the configuration and setup of the REST
controller context.
Note: Implementing this interface does not require the addition of any specific methods. It serves as a marker to identify classes that should be included in the REST controller context setup.
- Since:
- 1.0
- Author:
- Blyzhnytsia Team