Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 65e4654127d8853327ef2fea40bc6a53adf78a56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Jetty Annotation Scanning Module
#

[depend]
# Annotations needs plus, and jndi features
plus

[lib]
# Annotations needs jetty annotation jars
lib/jetty-annotations-${jetty.version}.jar
# Need annotation processing jars too
lib/annotations/*.jar

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

Back to the top