rewrite-config-annotations-api 1.0.5.Final

org.ocpsoft.rewrite.annotation.spi
Interface ClassFinder


public interface ClassFinder

Common interface for implementations that scan for classes on the classpath.

Author:
Christian Kaltepoth

Method Summary
 void findClasses(ClassVisitor visitor)
          Starting to search for classes.
 

Method Detail

findClasses

void findClasses(ClassVisitor visitor)
Starting to search for classes. The supplied ClassVisitor must be called for every class found.

Parameters:
visitor - The visitor to call on classes found

rewrite-config-annotations-api 1.0.5.Final

Copyright © 2012 OCPsoft. All Rights Reserved.