Interface OrderedPlugin

All Known Subinterfaces:
AnalysisPlugin, AnalyzerPlugin, ManifestPlugin
All Known Implementing Classes:
CDIAnnotations, ClassIndexerAnalyzer, DSAnnotations, JPAComponent, JPMSAnnotations, JPMSModuleInfoPlugin, JPMSMultiReleasePlugin, MetaInfServiceParser, MetatypeAnnotations, ServiceComponent, SpringComponent, SpringXMLType, XMLTypeProcessor

public interface OrderedPlugin
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
    For sorting plugins before calling.
  • Method Details

    • ordering

      default int ordering()
      For sorting plugins before calling.

      Lower values are called before higher values.

      Returns:
      A numerical value. The default is 0.