Interface FieldAnnotationProcessor<A extends java.lang.annotation.Annotation>
-
- All Known Implementing Classes:
CaptorAnnotationProcessor
,MockAnnotationProcessor
public interface FieldAnnotationProcessor<A extends java.lang.annotation.Annotation>
Simple annotation processor interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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)
-
-