Annotation OrtPlugin

  • All Implemented Interfaces:

    @Target(allowedTargets = {AnnotationTarget.CLASS}) 
    public @interface OrtPlugin
    
                        

    An annotation to mark a class as an ORT plugin. It is used to generate a factory class to create instances of the plugin.

    Each ORT extension point is represented by a class that extends PluginFactory and each plugin must provide a factory class that implements the extension point. The plugin factory class is responsible for creating instances of the plugins, handling the PluginConfig, and providing the PluginDescriptor.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail