nl.beesting.beangenerator.locators
Class AnnotationClassLocator

java.lang.Object
  extended by nl.beesting.beangenerator.locators.AnnotationClassLocator
All Implemented Interfaces:
ClassLocator

public class AnnotationClassLocator
extends java.lang.Object
implements ClassLocator

ClassLocator that makes use of the annotaions.

Author:
Erik Jan de Wit

Constructor Summary
AnnotationClassLocator()
           
 
Method Summary
 java.lang.Class<?> findClass(org.aopalliance.intercept.MethodInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationClassLocator

public AnnotationClassLocator()
Method Detail

findClass

public java.lang.Class<?> findClass(org.aopalliance.intercept.MethodInvocation invocation)
Specified by:
findClass in interface ClassLocator


Copyright © 2008. All Rights Reserved.