Interface AnnotationsTransformer

All Superinterfaces:
BuildExtension

public interface AnnotationsTransformer extends BuildExtension
Allows a build-time extension to override the annotations that exist on bean classes.

The container should use AnnotationStore to obtain annotations of any ClassInfo, FieldInfo and MethodInfo.

See Also: