META-INF.services.org.mule.config.registry-bootstrap.properties Maven / Gradle / Ivy
# Expression annotation parsers
_muleAnnotationParser=org.mule.config.expression.MuleAnnotationParser
_functionAnnotationParser=org.mule.config.expression.FunctionAnnotationParser
_lookupAnnotationParser=org.mule.config.expression.LookupAnnotationParser
_exprAnnotationParser=org.mule.config.expression.ExprAnnotationParser
#Messsage annotation parsers
_payloadAnnotationParser=org.mule.config.parsers.PayloadAnnotationParser
_inheadersAnnotationParser=org.mule.config.parsers.InboundHeadersAnnotationParser
_outheadersAnnotationParser=org.mule.config.parsers.OutboundHeadersAnnotationParser
_inAttachmentsAnnotationParser=org.mule.config.parsers.InboundAttachmentsAnnotationParser
_outAttachmentsAnnotationParser=org.mule.config.parsers.OutboundAttachmentsAnnotationParser
#Config annotation parsers
_annotatedTransformerObjectProcessor=org.mule.config.transformer.AnnotatedTransformerObjectProcessor
#Service decorators such as @Schedule are handled through this processor
_decoratingServiceAnnotationsProcessor=org.mule.config.processors.DecoratingAnnotatedServiceProcessor
_lookupInjectionAnnotationProcessor=org.mule.config.processors.LookupInjectionProcessor