Interface RuleScanner.AnnotatedMethodFactory<A extends Annotation,R extends RewriteRule>

Enclosing class:
RuleScanner

public static interface RuleScanner.AnnotatedMethodFactory<A extends Annotation,R extends RewriteRule>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Method method, A annotation)
     
  • Method Details

    • create

      R create(Method method, A annotation)