Reputation: 21444
The @WebServlet
annotation has also this keys:
displayName
, smallIcon
, largeIcon
, description
but after setting these attributes where can I get or see them?
Upvotes: 4
Views: 992
Reputation: 108969
These properties can be used by the servlet container's administration tools but containers are free to just ignore them.
These properties mirror entries in the web.xml. See the relevant schemas for documentation.
Upvotes: 5