Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4217be54fb3353fdd452aace29082f62a386ca12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[description]
Enables Annotation scanning for deployed webapplications.

[depend]
plus

[lib]
lib/jetty-annotations-${jetty.version}.jar
lib/annotations/*.jar

[xml]
# Enable annotation scanning webapp configurations
etc/jetty-annotations.xml

Back to the top