com.impetus.annovention.listener
Interface FieldAnnotationDiscoveryListener

All Superinterfaces:
AnnotationDiscoveryListener

public interface FieldAnnotationDiscoveryListener
extends AnnotationDiscoveryListener

The Interface FieldAnnotationDiscoveryListener.

Author:
animesh.kumar

Method Summary
 void discovered(String clazz, String field, String annotation)
          Gets called by the Discoverer with class-name of the class, field-name of the field where annotation is found.
 
Methods inherited from interface com.impetus.annovention.listener.AnnotationDiscoveryListener
supportedAnnotations
 

Method Detail

discovered

void discovered(String clazz,
                String field,
                String annotation)
Gets called by the Discoverer with class-name of the class, field-name of the field where annotation is found.

Parameters:
clazz -
field -
annotation -


Copyright © 2011. All Rights Reserved.