org.mockito.internal.configuration
Interface FieldAnnotationProcessor<A extends java.lang.annotation.Annotation>

All Known Implementing Classes:
CaptorAnnotationProcessor, MockAnnotationProcessor, MockitoAnnotationsMockAnnotationProcessor

public interface FieldAnnotationProcessor<A extends java.lang.annotation.Annotation>

Simple annotation processor interface.


Method Summary
 java.lang.Object process(A annotation, java.lang.reflect.Field field)
           
 

Method Detail

process

java.lang.Object process(A annotation,
                         java.lang.reflect.Field field)