接口 SpringBootAstTransformation

  • 所有超级接口:
    org.codehaus.groovy.transform.ASTTransformation
    所有已知实现类:
    GenericBomAstTransformation
    函数接口:
    这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。

    @FunctionalInterface
    public interface SpringBootAstTransformation
    extends org.codehaus.groovy.transform.ASTTransformation
    Marker interface for AST transformations that should be installed automatically from META-INF/services.
    • 方法概要

      • 从接口继承的方法 org.codehaus.groovy.transform.ASTTransformation

        visit