examples/tomcat6/apache-tomcat-6.0.35-src/java/org/apache/catalina/startup/WebAnnotationSet.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    37 /**
    37 /**
    38  * <p><strong>AnnotationSet</strong> for processing the annotations of the web application
    38  * <p><strong>AnnotationSet</strong> for processing the annotations of the web application
    39  * classes (<code>/WEB-INF/classes</code> and <code>/WEB-INF/lib</code>).</p>
    39  * classes (<code>/WEB-INF/classes</code> and <code>/WEB-INF/lib</code>).</p>
    40  *
    40  *
    41  * @author Fabien Carrion
    41  * @author Fabien Carrion
    42  * @version $Id: WebAnnotationSet.java,v 1.4 2015-01-28 02:10:54 vrany Exp $
    42  * @version $Id: WebAnnotationSet.java,v 1.5 2015-03-20 12:08:06 vrany Exp $
    43  */
    43  */
    44 
    44 
    45 public class WebAnnotationSet {
    45 public class WebAnnotationSet {
    46     
    46     
    47     
    47