Interface WeaveAnnotationProcessorExtension
-
- All Superinterfaces:
WeaveExtension
public interface WeaveAnnotationProcessorExtension extends WeaveExtension
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WeaveAnnotationProcessorBinding[]createAnnotationProcessorsBindings()-
Methods inherited from interface org.mule.weave.extension.api.extension.WeaveExtension
accept
-
-
-
-
Method Detail
-
createAnnotationProcessorsBindings
WeaveAnnotationProcessorBinding[] createAnnotationProcessorsBindings()
- Returns:
- an array of
WeaveAnnotationProcessorBindingto be used to register the annotation processors.
-
-