Interface JavaClassHelper.AnnotationConsumer

Enclosing class:
JavaClassHelper

public static interface JavaClassHelper.AnnotationConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(Annotation annotation, Class<?> clazz)
     
  • Method Details