Interface WeaveAnnotationProcessorExtension
- All Superinterfaces:
WeaveProjectExtension
Provides annotations processors to be added to the Language Server that depends specific on this kind of project.
This component allows to provide custom experiences
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.mule.weave.extension.api.extension.WeaveProjectExtension
accept
-
Method Details
-
createAnnotationProcessorsBindings
WeaveAnnotationProcessorBinding[] createAnnotationProcessorsBindings()- Returns:
- an array of
WeaveAnnotationProcessorBindingto be used to register the annotation processors.
-