This annotation is used to declare a servlet filter. This
annotation is processed by the
container during deployment, the Filter
class in which it is found will be created as per the configuration and applied
to the URL patterns, Servlets and DispatcherTypes. The annotated class MUST implement javax.servlet.Filter
interface.
No comments:
Post a Comment