com.impetus.annovention.listener
Interface ClassAnnotationDiscoveryListener
- All Superinterfaces:
- AnnotationDiscoveryListener
public interface ClassAnnotationDiscoveryListener
- extends AnnotationDiscoveryListener
The Interface ClassAnnotationDiscoveryListener.
- Author:
- animesh.kumar
|
Method Summary |
void |
discovered(String clazz,
String annotation)
Gets called by the Discoverer with class-name of the class where annotation is found. |
discovered
void discovered(String clazz,
String annotation)
- Gets called by the Discoverer with class-name of the class where annotation is found.
- Parameters:
clazz - annotation -
Copyright © 2011. All Rights Reserved.