Class WebLibFinder

java.lang.Object
org.ocpsoft.rewrite.annotation.scan.AbstractClassFinder
org.ocpsoft.rewrite.annotation.scan.WebLibFinder
All Implemented Interfaces:
org.ocpsoft.common.pattern.Weighted, ClassFinder

public class WebLibFinder extends AbstractClassFinder
Implementation of ClassFinder that searches for classes in the JAR archives found in the /WEB-INF/lib/ directory of a web application.
Author:
Christian Kaltepoth
  • Constructor Details

  • Method Details

    • findClasses

      public void findClasses(ClassVisitor visitor)
    • priority

      public int priority()