- All Superinterfaces:
- org.codehaus.groovy.transform.ASTTransformation
- All Known Implementing Classes:
- GenericBomAstTransformation
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface SpringBootAstTransformation
extends org.codehaus.groovy.transform.ASTTransformation
Marker interface for AST transformations that should be installed automatically from
META-INF/services
.
- Since:
- 1.0.0
- Author:
- Dave Syer