Interface FieldAnnotationProcessor<A extends Annotation>

All Known Implementing Classes:
CaptorAnnotationProcessor, MockAnnotationProcessor

public interface FieldAnnotationProcessor<A extends Annotation>
Simple annotation processor interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    process(A annotation, Field field)
     
  • Method Details